[WIP] Fix Runningvalue error with scope in function #252
Annotations
12 warnings
|
|
|
|
|
DataProviders/JsonTableExtractor.cs#L134
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
DataProviders/JsonDataReader.cs#L62
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Majorsilence.Drawing.Common/Font.cs#L42
Possible null reference assignment.
|
|
Majorsilence.Drawing.Common/Graphics.cs#L23
Non-nullable property 'Transform' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Majorsilence.Drawing.Common/Pen.cs#L45
Non-nullable property 'Brush' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Majorsilence.Drawing.Common/Pen.cs#L35
Non-nullable property 'Brush' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Majorsilence.Drawing.Common/Pen.cs#L25
Non-nullable property 'Brush' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Majorsilence.Drawing.Common/Pen.cs#L15
Non-nullable property 'Brush' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Majorsilence.Drawing.Common/StringFormat.cs#L19
Non-nullable property 'MeasurableCharacterRanges' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
RdlMapFile/DesignXmlDraw.cs#L1712
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
The logs for this run have expired and are no longer available.
Loading