Skip to content

Require Specific version of .NET Sdk #443

Require Specific version of .NET Sdk

Require Specific version of .NET Sdk #443

Triggered via pull request November 6, 2023 14:42
Status Success
Total duration 3m 0s
Artifacts

build-and-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.