Update NuGets #165
Annotations
5 errors and 11 warnings
build:
Domains/Account/Infrastructure/Identity/JwtBearerEventsConfigurator.cs#L3
The type or namespace name 'JwtBearer' does not exist in the namespace 'Microsoft.AspNetCore.Authentication' (are you missing an assembly reference?)
|
build:
Domains/Account/Infrastructure/Identity/JwtBearerEventsConfigurator.cs#L12
The type or namespace name 'JwtBearerEvents' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Domains/Account/Infrastructure/Identity/JwtBearerEventsConfigurator.cs#L3
The type or namespace name 'JwtBearer' does not exist in the namespace 'Microsoft.AspNetCore.Authentication' (are you missing an assembly reference?)
|
build:
Domains/Account/Infrastructure/Identity/JwtBearerEventsConfigurator.cs#L12
The type or namespace name 'JwtBearerEvents' could not be found (are you missing a using directive or an assembly reference?)
|
build
Process completed with exit code 1.
|
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:
Hosts/WebApp/Core/Localisation/RedirectUnsupportedCulturesRule.cs#L35
Possible null reference assignment.
|
build:
Hosts/WebApp/Core/Localisation/CultureTemplatePageRouteModelConvention.cs#L24
Dereference of a possibly null reference.
|
build:
Hosts/WebApp/Core/Localisation/RedirectUnsupportedCulturesRule.cs#L46
Converting null literal or possible null value to non-nullable type.
|
build:
Hosts/WebApp/Core/Localisation/RedirectUnsupportedCulturesRule.cs#L48
Dereference of a possibly null reference.
|
build:
Library/Aviant/src/Kernel/Core/Exceptions/CoreException.cs#L109
Member 'CoreException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'CoreException.GetObjectData(SerializationInfo, StreamingContext)'.
|
build:
Library/Aviant/src/Kernel/Core/Exceptions/CoreException.cs#L35
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
Library/Aviant/src/Kernel/Core/Exceptions/CoreException.cs#L116
'Exception.GetObjectData(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
Domains/Account/Application/UseCases/Profile/ProfileAccountQuery.cs#L27
Nullability of reference types in value of type 'Task<AccountUser?>' doesn't match target type 'Task<AccountUser>'.
|
build:
Domains/Account/Application/UseCases/GetBy/GetAccountQuery.cs#L21
Nullability of reference types in value of type 'Task<AccountUser?>' doesn't match target type 'Task<AccountUser>'.
|
build:
Hosts/WebApp/Core/Localisation/RedirectUnsupportedCulturesRule.cs#L35
Possible null reference assignment.
|