(#10) update scripts [pack-all-force] #19
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Nuar.Cors/src/Nuar.Cors/CorsOptions.cs#L8
Non-nullable property 'AllowedOrigins' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar.Cors/src/Nuar.Cors/CorsOptions.cs#L9
Non-nullable property 'DeniedOrigins' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar.Cors/src/Nuar.Cors/CorsOptions.cs#L10
Non-nullable property 'AllowedMethods' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar.Cors/src/Nuar.Cors/CorsOptions.cs#L11
Non-nullable property 'AllowedHeaders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar.Cors/src/Nuar.Cors/CorsOptions.cs#L12
Non-nullable property 'ExposedHeaders' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar.Cors/src/Nuar.Cors/CorsOptions.cs#L15
Non-nullable property 'Environment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar.Cors/src/Nuar.Cors/Core/CorsEnvironment.cs#L10
Non-nullable property 'AllowedOrigins' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar.JWT/src/Nuar.JWT/JwtOptions.cs#L8
Non-nullable property 'IssuerSigningKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar.JWT/src/Nuar.JWT/JwtOptions.cs#L11
Non-nullable property 'Authority' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/Nuar.JWT/src/Nuar.JWT/JwtOptions.cs#L14
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading