Skip to content

NuGet Push

NuGet Push #35

Manually triggered March 12, 2024 18:36
Status Success
Total duration 41s
Artifacts

nuget.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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)'.