Upgrade project to .NET 9 with updated dependencies, documentation, and CI/CD #2
Annotations
11 warnings
|
ToDoAppTemplate.Api/Infrastructure/Configuration/ApiConfigurationExtensions.cs#L43
'AuthExtensions.AddJWTBearerAuth(IServiceCollection, string, TokenSigningStyle, Action<TokenValidationParameters>?, Action<JwtBearerEvents>?)' is obsolete: 'Use AddAuthenticationJwtBearer() method.'
|
|
ToDoAppTemplate.Api/Infrastructure/Security/TokenGenerator.cs#L15
'JWTBearer.CreateToken(string, Action<UserPrivileges>, string?, string?, DateTime?, TokenSigningStyle)' is obsolete: 'Use JwtBearer.CreateToken() method.'
|
|
|
|
ToDoAppTemplate.Api/Infrastructure/Configuration/ApiConfigurationExtensions.cs#L43
'AuthExtensions.AddJWTBearerAuth(IServiceCollection, string, TokenSigningStyle, Action<TokenValidationParameters>?, Action<JwtBearerEvents>?)' is obsolete: 'Use AddAuthenticationJwtBearer() method.'
|
|
ToDoAppTemplate.Api/Infrastructure/Security/TokenGenerator.cs#L15
'JWTBearer.CreateToken(string, Action<UserPrivileges>, string?, string?, DateTime?, TokenSigningStyle)' is obsolete: 'Use JwtBearer.CreateToken() method.'
|
|
ToDoAppTemplate.Data/Migrations/20240121110228_AddPasswordResetCodes.Designer.cs#L9
The using directive for 'ToDoAppTemplate.Data.Infrastructure.EF' appeared previously in this namespace
|
|
ToDoAppTemplate.Data/Migrations/20240113091057_Initial.Designer.cs#L9
The using directive for 'ToDoAppTemplate.Data.Infrastructure.EF' appeared previously in this namespace
|
|
ToDoAppTemplate.Api/Infrastructure/Configuration/ApiConfigurationExtensions.cs#L43
'AuthExtensions.AddJWTBearerAuth(IServiceCollection, string, TokenSigningStyle, Action<TokenValidationParameters>?, Action<JwtBearerEvents>?)' is obsolete: 'Use AddAuthenticationJwtBearer() method.'
|
|
ToDoAppTemplate.Api/Infrastructure/Security/TokenGenerator.cs#L15
'JWTBearer.CreateToken(string, Action<UserPrivileges>, string?, string?, DateTime?, TokenSigningStyle)' is obsolete: 'Use JwtBearer.CreateToken() method.'
|
|
ToDoAppTemplate.Data/Migrations/20240121110228_AddPasswordResetCodes.Designer.cs#L9
The using directive for 'ToDoAppTemplate.Data.Infrastructure.EF' appeared previously in this namespace
|
|
ToDoAppTemplate.Data/Migrations/20240113091057_Initial.Designer.cs#L9
The using directive for 'ToDoAppTemplate.Data.Infrastructure.EF' appeared previously in this namespace
|
The logs for this run have expired and are no longer available.
Loading