Fix color with plugins, i think #86
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish the application (Windows)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Publish the application (Windows):
Cove/Server/Actor/Actor.cs#L21
Cannot convert null literal to non-nullable reference type.
|
Publish the application (Windows):
Cove/Server/Server.Utils.cs#L95
Cannot convert null literal to non-nullable reference type.
|
Publish the application (Windows):
Cove/Server/Utils/ConfigReader.cs#L17
Converting null literal or possible null value to non-nullable type.
|
Publish the application (Windows):
Cove/Server/Utils/ConfigReader.cs#L46
Converting null literal or possible null value to non-nullable type.
|
Publish the application (Windows):
Cove/Program.cs#L25
Converting null literal or possible null value to non-nullable type.
|
Publish the application (Windows):
Cove/Program.cs#L26
Dereference of a possibly null reference.
|
Publish the application (Windows):
Cove/Program.cs#L50
Converting null literal or possible null value to non-nullable type.
|
Publish the application (Windows):
Cove/Program.cs#L72
Converting null literal or possible null value to non-nullable type.
|
Publish the application (Windows):
Cove/Server/HostedServices/HSLServerList.cs#L31
Non-nullable field '_timer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "linux64", "win64".
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/
|
Loading