Update ci.yml #310
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/Common.cs#L34
Dereference of a possibly null reference.
|
Server patch:
OTAPI.Patcher/NugetPackageBuilder.cs#L33
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/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/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#L48
Possible null reference return.
|
Server patch:
OTAPI.Patcher/Common.cs#L58
Possible null reference return.
|
Server patch:
OTAPI.Patcher/Resolvers/PCFileResolver.cs#L54
Dereference of a possibly null reference.
|
Server patch:
OTAPI.Patcher/Common.cs#L110
Dereference of a possibly null reference.
|
Loading