Bump @babel/traverse from 7.22.10 to 7.23.2 in /Demo/Demo.Web/ClientApp #33
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
MintPlayer.AspNetCore.NodeServices/Configuration/NodeServicesOptions.cs#L32
Non-nullable property 'NodeInstanceFactory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MintPlayer.AspNetCore.NodeServices/NodeServicesImpl.cs#L32
Non-nullable field '_currentNodeInstance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
MintPlayer.AspNetCore.NodeServices/NodeServicesImpl.cs#L32
Non-nullable field '_instanceDelayedDisposalException' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
MintPlayer.AspNetCore.NodeServices/NodeServicesImpl.cs#L39
Cannot convert null literal to non-nullable reference type.
|
MintPlayer.AspNetCore.NodeServices/NodeServicesImpl.cs#L44
Cannot convert null literal to non-nullable reference type.
|
MintPlayer.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs#L17
Non-nullable property 'ModuleName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MintPlayer.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs#L23
Non-nullable property 'ExportedFunctionName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MintPlayer.AspNetCore.NodeServices/HostingModels/NodeInvocationInfo.cs#L28
Non-nullable property 'Args' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MintPlayer.AspNetCore.NodeServices/Util/EmbeddedResourceReader.cs#L29
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
MintPlayer.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs#L41
Non-nullable field '_endpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading