Fix table border width not applying DPI conversion when printing #254
Annotations
12 warnings
|
ReportTests/ReportDefnDisposeTest.cs#L42
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
ReportTests/ReportDefnDisposeTest.cs#L42
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
RdlEngine/Render/RenderExcel2007.cs#L28
'ColumnHelper' is obsolete: 'Use XSSFColumn object for all things column'
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading