Require Specific version of .NET Sdk #443
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@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:
Honeydew.Models/Types/GenericType.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Honeydew.Models/Types/AccessedField.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Honeydew.Models/Types/AccessedField.cs#L7
Non-nullable property 'DefinitionClassName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Honeydew.Models/Types/AccessedField.cs#L9
Non-nullable property 'LocationClassName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Honeydew.Models.CSharp/CSharpAccessorMethodModel.cs#L9
Non-nullable property 'ReturnValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Honeydew.Models.CSharp/CSharpReturnValueModel.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Honeydew.Models.CSharp/CSharpBaseTypeModel.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Honeydew.Models.CSharp/CSharpPropertyModel.cs#L15
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Honeydew.Models.CSharp/CSharpAttributeModel.cs#L9
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Honeydew.Models.CSharp/CSharpParameterModel.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|