Update various comments from net6=>9 #315
Annotations
10 warnings
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/NugetPackageBuilder.cs#L33
Dereference of a possibly null reference.
|
Server patch:
OTAPI.Patcher/Common.cs#L34
Dereference of a possibly null reference.
|
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/Targets/PCServerTarget.cs#L38
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
Server patch:
OTAPI.Patcher/NugetPackageBuilder.cs#L61
Dereference of a possibly null reference.
|
Server patch:
OTAPI.Patcher/NugetPackageBuilder.cs#L62
Dereference of a possibly null reference.
|
Server patch:
OTAPI.Patcher/Common.cs#L110
Dereference of a possibly null reference.
|
Server patch:
OTAPI.Patcher/Common.cs#L111
Dereference of a possibly null reference.
|
Loading