Skip to content

Add Duende links

Add Duende links #21

Triggered via push August 29, 2024 11:10
Status Success
Total duration 52s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
build: MvcHybridBackChannelTwo/Controllers/LogoutController.cs#L52
Possible null reference argument for parameter 'sub' in 'void LogoutSessionManager.Add(string sub, string sid)'.
build: MvcHybridBackChannelTwo/Controllers/LogoutController.cs#L52
Possible null reference argument for parameter 'sid' in 'void LogoutSessionManager.Add(string sub, string sid)'.
build: MvcHybridBackChannelTwo/Controllers/LogoutController.cs#L88
Converting null literal or possible null value to non-nullable type.
build: MvcHybridBackChannelTwo/Controllers/LogoutController.cs#L105
Dereference of a possibly null reference.
build: MvcHybridBackChannelTwo/Controllers/HomeController.cs#L59
Possible null reference assignment.
build: MvcHybridBackChannelTwo/Controllers/HomeController.cs#L70
Possible null reference assignment.
build: MvcHybridBackChannelTwo/Controllers/HomeController.cs#L71
Possible null reference assignment.
build: MvcHybridBackChannelTwo/Controllers/HomeController.cs#L72
Possible null reference assignment.
build: MvcHybridBackChannelTwo/Views/Home/Index.cshtml#L10
Dereference of a possibly null reference.
build: MvcHybridBackChannelTwo/Controllers/LogoutController.cs#L41
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)