Skip to content

.Net 8 Tests (123 total) #12

.Net 8 Tests (123 total)

.Net 8 Tests (123 total) #12

Manually triggered January 12, 2024 15:25
Status Success
Total duration 1m 49s
Artifacts

unittestsnet7.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: AspNetCore.Identity.CosmosDb/Stores/CosmosUserStore.cs#L1012
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: AspNetCore.Identity.CosmosDb/Stores/CosmosUserStore.cs#L475
The variable 'e' is declared but never used
build: AspNetCore.Identity.CosmosDb/Stores/CosmosUserStore.cs#L1102
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
build: AspNetCore.Identity.CosmosDb.Tests.Net7/CosmosIdentityTestsBase.cs#L35
The variable 'ex' is declared but never used
build: AspNetCore.Identity.CosmosDb.Tests.Net7/TestUtilities.cs#L33
The field 'TestUtilities._databaseName' is never used
build: AspNetCore.Identity.CosmosDb.Example/Program.cs#L29
Possible null reference argument for parameter 'connectionString' in 'DbContextOptionsBuilder<ApplicationDbContext> CosmosDbContextOptionsExtensions.UseCosmos<ApplicationDbContext>(DbContextOptionsBuilder<ApplicationDbContext> optionsBuilder, string connectionString, string databaseName, Action<CosmosDbContextOptionsBuilder>? cosmosOptionsAction = null)'.
build: AspNetCore.Identity.CosmosDb.Example/Program.cs#L29
Possible null reference argument for parameter 'databaseName' in 'DbContextOptionsBuilder<ApplicationDbContext> CosmosDbContextOptionsExtensions.UseCosmos<ApplicationDbContext>(DbContextOptionsBuilder<ApplicationDbContext> optionsBuilder, string connectionString, string databaseName, Action<CosmosDbContextOptionsBuilder>? cosmosOptionsAction = null)'.
build: AspNetCore.Identity.CosmosDb.Example/Program.cs#L41
Possible null reference argument for parameter 'connectionString' in 'DbContextOptionsBuilder CosmosDbContextOptionsExtensions.UseCosmos(DbContextOptionsBuilder optionsBuilder, string connectionString, string databaseName, Action<CosmosDbContextOptionsBuilder>? cosmosOptionsAction = null)'.
build: AspNetCore.Identity.CosmosDb.Example/Program.cs#L41
Possible null reference argument for parameter 'databaseName' in 'DbContextOptionsBuilder CosmosDbContextOptionsExtensions.UseCosmos(DbContextOptionsBuilder optionsBuilder, string connectionString, string databaseName, Action<CosmosDbContextOptionsBuilder>? cosmosOptionsAction = null)'.
build: AspNetCore.Identity.CosmosDb.Example/Program.cs#L57
Possible null reference argument for parameter 'apiKey' in 'SendGridEmailProviderOptions.SendGridEmailProviderOptions(string apiKey, string? defaultFromEmailAddress, bool sandboxMode = false, bool logSuccesses = false, bool logErrors = true)'.