Update ci.yml #310
Annotations
1 error and 10 warnings
Run actions/upload-artifact@v4
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Server patch:
OTAPI.Common/ClientHelpers.cs#L77
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Server patch:
OTAPI.Patcher/Resolvers/PCFileResolver.cs#L36
Possible null reference argument for parameter 'source' in 'string Enumerable.First<string>(IEnumerable<string> source, Func<string, bool> predicate)'.
|
Server patch:
OTAPI.Patcher/Common.cs#L34
Dereference of a possibly null reference.
|
Server patch:
OTAPI.Patcher/Resolvers/PCFileResolver.cs#L54
Dereference of a possibly null reference.
|
Server patch:
OTAPI.Patcher/Targets/PCServerTarget.cs#L38
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
Server patch:
OTAPI.Patcher/Common.cs#L48
Possible null reference return.
|
Server patch:
OTAPI.Patcher/NugetPackageBuilder.cs#L33
Dereference of a possibly null reference.
|
Server patch:
OTAPI.Patcher/Common.cs#L58
Possible null reference return.
|
Server patch:
OTAPI.Patcher/Resolvers/MobileFileResolver.cs#L34
Possible null reference argument for parameter 'source' in 'string Enumerable.Last<string>(IEnumerable<string> source, Func<string, bool> predicate)'.
|
Server patch:
OTAPI.Patcher/Common.cs#L110
Dereference of a possibly null reference.
|
Loading