Source generator - CellFormat #150
Annotations
10 warnings
Build:
SpreadCheetah.SourceGenerator/WorksheetRowGenerator.cs#L539
Method is too long (64 lines; maximum allowed: 60) (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0051.md)
|
Build:
SpreadCheetah/SourceGeneration/CellFormatAttribute.cs#L6
Missing XML comment for publicly visible type or member 'CellFormatAttribute'
|
Build:
SpreadCheetah/SourceGeneration/CellFormatAttribute.cs#L8
Missing XML comment for publicly visible type or member 'CellFormatAttribute.CellFormatAttribute(string)'
|
Build:
SpreadCheetah/SourceGeneration/CellFormatAttribute.cs#L12
Missing XML comment for publicly visible type or member 'CellFormatAttribute.CellFormatAttribute(StandardNumberFormat)'
|
Build:
SpreadCheetah/MetadataXml/Styles/NumberFormatsXmlPart.cs#L71
TODO This can be longer than the minimum buffer length. Should use the "long string" approach (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
Build:
SpreadCheetah/MetadataXml/Styles/NumberFormatsXmlPart.cs#L71
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
SpreadCheetah/SourceGeneration/CellFormatAttribute.cs#L8
Add a public read-only property accessor for positional argument customFormat of Attribute CellFormatAttribute (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1019)
|
Build:
SpreadCheetah/SourceGeneration/CellFormatAttribute.cs#L12
Add a public read-only property accessor for positional argument format of Attribute CellFormatAttribute (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1019)
|
Build:
SpreadCheetah/SourceGeneration/CellFormatAttribute.cs#L6
Missing XML comment for publicly visible type or member 'CellFormatAttribute'
|
Build:
SpreadCheetah/SourceGeneration/CellFormatAttribute.cs#L8
Missing XML comment for publicly visible type or member 'CellFormatAttribute.CellFormatAttribute(string)'
|
Loading