Jtikekar/reverting nullables #1362
Annotations
20 warnings
Build:
src/AasCore.Aas3_0/DiaryData/DiaryDataDef.cs#L54
Converting null literal or possible null value to non-nullable type.
|
Build:
src/AasCore.Aas3_0/DiaryData/DiaryDataDef.cs#L26
Cannot convert null literal to non-nullable reference type.
|
Build:
src/AasCore.Aas3_0/xmlization.cs#L16854
Possible null reference argument for parameter 'dataSpecification' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
|
Build:
src/AasCore.Aas3_0/xmlization.cs#L16854
Possible null reference argument for parameter 'dataSpecificationContent' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
|
Build:
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:
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:
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:
src/AasCore.Aas3_0/DiaryData/DiaryDataDef.cs#L26
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build:
src/AasCore.Aas3_0/DiaryData/DiaryDataDef.cs#L26
Member 'Entries' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build:
src/AasCore.Aas3_0/Attributes/MetaModelName.cs#L7
Rename AasCore.Aas3_0.Attributes.MetaModelName to end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1710)
|
Test:
src/AasCore.Aas3_0/DiaryData/DiaryDataDef.cs#L54
Converting null literal or possible null value to non-nullable type.
|
Test:
src/AasCore.Aas3_0/DiaryData/DiaryDataDef.cs#L26
Cannot convert null literal to non-nullable reference type.
|
Test:
src/AasCore.Aas3_0/xmlization.cs#L16854
Possible null reference argument for parameter 'dataSpecification' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
|
Test:
src/AasCore.Aas3_0/xmlization.cs#L16854
Possible null reference argument for parameter 'dataSpecificationContent' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
|
Test:
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)
|
Test:
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)
|
Test:
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)
|
Test:
src/AasCore.Aas3_0/Attributes/MetaModelName.cs#L7
Rename AasCore.Aas3_0.Attributes.MetaModelName to end in 'Attribute' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1710)
|
Test:
src/AasCore.Aas3_0/Attributes/MetaModelName.cs#L9
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Test:
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)
|
Loading