Dotnet 9 #46
Annotations
10 warnings
pull-request:
MintPlayer.AspNetCore.SpaServices.Abstractions/ISpaOptions.cs#L21
XML comment has cref attribute 'WebRootPath' that could not be resolved
|
pull-request:
MintPlayer.AspNetCore.SpaServices.Xsrf/AntiforgeryMiddleware.cs#L24
Possible null reference argument for parameter 'value' in 'void IResponseCookies.Append(string key, string value, CookieOptions options)'.
|
pull-request:
MintPlayer.AspNetCore.SpaServices.Xsrf/AntiforgeryMiddleware.cs#L34
Missing XML comment for publicly visible type or member 'AntiforgeryExtensions'
|
pull-request:
MintPlayer.AspNetCore.SpaServices.Xsrf/AntiforgeryMiddleware.cs#L36
Missing XML comment for publicly visible type or member 'AntiforgeryExtensions.UseAntiforgery(IApplicationBuilder)'
|
pull-request:
MintPlayer.AspNetCore.NodeServices/NodeServicesImpl.cs#L28
Non-nullable field '_currentNodeInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
pull-request:
MintPlayer.AspNetCore.NodeServices/NodeServicesImpl.cs#L28
Non-nullable field '_instanceDelayedDisposalException' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
pull-request:
MintPlayer.AspNetCore.NodeServices/NodeServicesImpl.cs#L35
Cannot convert null literal to non-nullable reference type.
|
pull-request:
MintPlayer.AspNetCore.NodeServices/NodeServicesImpl.cs#L40
Cannot convert null literal to non-nullable reference type.
|
pull-request:
MintPlayer.AspNetCore.NodeServices/Configuration/NodeServicesOptions.cs#L23
Non-nullable property 'NodeInstanceFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
pull-request:
MintPlayer.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs#L25
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|