Testing System looking for an error #1
Annotations
9 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
modelCsharp/TestModel/TestModel/Test.cs#L51
Converting null literal or possible null value to non-nullable type.
|
build:
modelCsharp/TestModel/TestModel/Test.cs#L58
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
build:
modelCsharp/TestModel/TestModel/Test.cs#L70
Converting null literal or possible null value to non-nullable type.
|
build:
modelCsharp/TestModel/TestModel/Test.cs#L80
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
build:
modelCsharp/TestModel/TestModel/Test.cs#L51
Converting null literal or possible null value to non-nullable type.
|
build:
modelCsharp/TestModel/TestModel/Test.cs#L58
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
build:
modelCsharp/TestModel/TestModel/Test.cs#L70
Converting null literal or possible null value to non-nullable type.
|
build:
modelCsharp/TestModel/TestModel/Test.cs#L80
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|