Skip to content

AuthenticateAsync returns AuthResult when is successful #160

AuthenticateAsync returns AuthResult when is successful

AuthenticateAsync returns AuthResult when is successful #160

Triggered via push January 4, 2024 19:28
Status Success
Total duration 1m 27s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Hosts/WebApp/Core/Localisation/RedirectUnsupportedCulturesRule.cs#L35
Possible null reference assignment.
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: Hosts/WebApp/Core/Localisation/CultureTemplatePageRouteModelConvention.cs#L24
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: Domains/Account/Infrastructure/Identity/JwtBearerEventsConfigurator.cs#L67
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)