Update deploy.yml #29
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, microsoft/variable-substitution@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Publish .NET app:
API/Configurations/MailConfig.cs#L5
Non-nullable property 'Mail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET app:
API/Configurations/MailConfig.cs#L6
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET app:
API/Configurations/MailConfig.cs#L7
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET app:
API/Configurations/MailConfig.cs#L8
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET app:
API/Configurations/JwtConfig.cs#L5
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET app:
API/Configurations/JwtConfig.cs#L6
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET app:
API/Configurations/JwtConfig.cs#L7
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET app:
API/Configurations/AwsConfig.cs#L5
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET app:
API/Configurations/AwsConfig.cs#L6
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish .NET app:
API/Configurations/AwsConfig.cs#L7
Non-nullable property 'BucketName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading