- Remove some AggressiveOptimization and allow i-cache to do its job
#12
Annotations
10 warnings
|
Build:
Excel_PRIME/XlsbImp/RecordTypeIdentifier.cs#L63
The enum member 'CELLST' has the same constant value '6' as member 'FORMULA' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1069)
|
|
Build:
Excel_PRIME/XlsbImp/RecordTypeIdentifier.cs#L57
The enum member 'DATAEND' has the same constant value '146' as member 'SHEETDATAEND' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1069)
|
|
Build:
Excel_PRIME/CellValue.cs#L1
Remove the underscores from assembly name Excel_PRIME (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Build:
Excel_PRIME/DefinedRange.cs#L17
Non-nullable property 'SheetIdReference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Excel_PRIME/DefinedRange.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Excel_PRIME/XlsbImp/RecordTypeIdentifier.cs#L63
The enum member 'CELLST' has the same constant value '6' as member 'FORMULA' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1069)
|
|
Build:
Excel_PRIME/XlsbImp/RecordTypeIdentifier.cs#L57
The enum member 'DATAEND' has the same constant value '146' as member 'SHEETDATAEND' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1069)
|
|
Build:
Excel_PRIME/CellValue.cs#L1
Remove the underscores from assembly name Excel_PRIME (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Build:
Excel_PRIME/DefinedRange.cs#L17
Non-nullable property 'SheetIdReference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Excel_PRIME/DefinedRange.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading