Maintenance 2025 #22
Annotations
11 warnings and 1 notice
|
build:
DocuSign.MyAPI.Domain/Step.cs#L22
Non-nullable property 'ParametersPrompts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build:
DocuSign.MyAPI.Domain/Step.cs#L19
Non-nullable property 'Request' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build:
DocuSign.MyAPI.Domain/Step.cs#L16
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build:
DocuSign.MyAPI.Domain/Step.cs#L13
Non-nullable property 'ShortDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build:
DocuSign.MyAPI.Domain/Step.cs#L11
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build:
DocuSign.MyAPI.Domain/Step.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build:
DocuSign.MyAPI.Domain/StepParameters.cs#L11
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build:
DocuSign.MyAPI.Domain/StepParameters.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build:
DocuSign.MyAPI.Domain/StepParameters.cs#L20
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build:
DocuSign.MyAPI.Domain/StepParameters.cs#L17
Non-nullable property 'StepName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
|
build
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|