2.16 Parity #50
Merged
2.16 Parity #50
Annotations
21 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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Testing/Testbed.ToneCurve.cs#L487
The type name 'func' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Testing/TestBedFormatter.cs#L92
Possible null reference argument for parameter 'scopeProvider' in 'void TestBedFormatter.CreateDefaultLogMessage<TState>(TextWriter textWriter, in LogEntry<TState> logEntry, string message, IExternalScopeProvider scopeProvider)'.
|
Testing/TestBedFormatter.cs#L173
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Microsoft.Extensions.Logging.LogLevel.None' is not covered.
|
Testing/Testbed.Context.cs#L366
Converting null literal or possible null value to non-nullable type.
|
Testing/Testbed.Context.cs#L373
Possible null reference argument for parameter 'lut' in 'void Lcms2.cmsPipelineEval16(ReadOnlySpan<ushort> In, Span<ushort> Out, Pipeline lut)'.
|
Testing/Testbed.Context.cs#L391
Converting null literal or possible null value to non-nullable type.
|
Testing/Testbed.Context.cs#L396
Possible null reference argument for parameter 'lut' in 'void Lcms2.cmsPipelineEval16(ReadOnlySpan<ushort> In, Span<ushort> Out, Pipeline lut)'.
|
Testing/Testbed.Context.cs#L488
Converting null literal or possible null value to non-nullable type.
|
Testing/Testbed.Context.cs#L489
Converting null literal or possible null value to non-nullable type.
|
Testing/Testbed.Context.cs#L490
Converting null literal or possible null value to non-nullable type.
|
lcms2.net/types/Dictionary.cs#L43
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
lcms2.net/types/Dictionary.cs#L44
Non-nullable field 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
lcms2.net/cgats/SAVESTREAM.cs#L36
Non-nullable field 'Base' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
lcms2.net/cgats/KEYVALUE.cs#L33
Non-nullable field 'Keyword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
lcms2.net/cgats/IT8.cs#L39
Non-nullable field 'Tab' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
lcms2.net/cgats/IT8.cs#L62
Non-nullable field 'FileStack' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
lcms2.net/cgats/IT8.cs#L67
Non-nullable field 'DoubleFormatter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
lcms2.net/cgats/FILECTX.cs#L32
Non-nullable field 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
lcms2.net/GBD.cs#L34
Non-nullable field 'Gamut' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
lcms2.net/io/IOHandler.cs#L46
Non-nullable field 'Read' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading