Added replication of actors and better actor code in general #21
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)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Publish the application (Windows):
WebFisher.cs#L33
Cannot convert null literal to non-nullable reference type.
|
Publish the application (Windows):
Server.utils.cs#L83
Cannot convert null literal to non-nullable reference type.
|
Publish the application (Windows):
GDFormat.cs#L253
Possible null reference return.
|
Publish the application (Windows):
GDFormat.cs#L411
Converting null literal or possible null value to non-nullable type.
|
Publish the application (Windows):
GDFormat.cs#L416
Possible null reference argument for parameter 'key' in 'object Dictionary<string, object>.this[string key]'.
|
Publish the application (Windows):
Server.chatEvent.cs#L14
Converting null literal or possible null value to non-nullable type.
|
Publish the application (Windows):
Server.chatEvent.cs#L15
Dereference of a possibly null reference.
|
Publish the application (Windows):
Server.chatEvent.cs#L84
Converting null literal or possible null value to non-nullable type.
|
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