Jtikekar/reverting nullables #1362
Annotations
10 warnings
Build release:
src/AasCore.Aas3_0/DiaryData/DiaryDataDef.cs#L54
Converting null literal or possible null value to non-nullable type.
|
Build release:
src/AasCore.Aas3_0/DiaryData/DiaryDataDef.cs#L26
Cannot convert null literal to non-nullable reference type.
|
Build release:
src/AasCore.Aas3_0/xmlization.cs#L16854
Possible null reference argument for parameter 'dataSpecification' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
|
Build release:
src/AasCore.Aas3_0/xmlization.cs#L16854
Possible null reference argument for parameter 'dataSpecificationContent' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
|
Build release:
src/AasCore.Aas3_0/Attributes/CountForHash.cs#L1
Remove the underscores from assembly name AasCore.Aas3_0 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
Build release:
src/AasCore.Aas3_0/Attributes/CountForHash.cs#L3
Remove the underscores from namespace name 'AasCore.Aas3_0' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
Build release:
src/AasCore.Aas3_0/Attributes/CountForHash.cs#L9
Rename AasCore.Aas3_0.Attributes.CountForHash to end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1710)
|
Build release:
src/AasCore.Aas3_0/Attributes/SkipForReflection.cs#L8
Rename AasCore.Aas3_0.Attributes.SkipForReflection to end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1710)
|
Build release:
src/AasCore.Aas3_0/Attributes/SkipForSearch.cs#L8
Rename AasCore.Aas3_0.Attributes.SkipForSearch to end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1710)
|
Build release:
src/AasCore.Aas3_0/Attributes/TextSearchable.cs#L7
Rename AasCore.Aas3_0.Attributes.TextSearchable to end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1710)
|
Loading