This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
Fix resource compiler launch config #22
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, rjstone/discord-webhook-notify@v1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
|
Source/Mocha.Common/IO/FileSystem.cs#L44
'FileSystem.ReadAllBytes(string)' is obsolete: 'Use FileHandle'
|
Source/Mocha.Common/IO/FileSystem.cs#L68
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
Source/Mocha.Common/IO/FileSystem.cs#L44
'FileSystem.ReadAllBytes(string)' is obsolete: 'Use FileHandle'
|
Source/Mocha.Common/IO/FileSystem.cs#L68
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Source/ThirdParty/VMASharp/VulkanMemoryPool.cs#L24
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Source/ThirdParty/VMASharp/BlockAllocation.cs#L17
Non-nullable field 'Block' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Source/ThirdParty/VMASharp/Metadata/BlockMetadata_Generic.cs#L397
Dereference of a possibly null reference.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "build-output".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
The logs for this run have expired and are no longer available.
Loading