Skip to content

Publish 1.0.0

Publish 1.0.0 #354

Triggered via push January 4, 2024 21:40
Status Failure
Total duration 1m 24s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
Analyze (csharp)
Assets file '/home/runner/work/sdk-dotnet/sdk-dotnet/src/core/obj/project.assets.json' doesn't have a target for '.NETFramework,Version=v8.0'. Ensure that restore has run and that you have included 'net80' in the TargetFrameworks for your project.
Analyze (csharp)
Assets file '/home/runner/work/sdk-dotnet/sdk-dotnet/src/test/obj/project.assets.json' doesn't have a target for '.NETFramework,Version=v8.0'. Ensure that restore has run and that you have included 'net80' in the TargetFrameworks for your project.
Analyze (csharp)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.15.4/x64/codeql/csharp/tools/autobuild.sh". Exit code was 1 and last log line was: Error: Could not auto-detect a suitable build method. See the logs for more details.
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (csharp): src/core/Endpoints/AppointmentEndpoint.cs#L3
The type name 't' only contains lower-cased ascii characters. Such names may become reserved for the language.
Analyze (csharp): src/core/Endpoints/Contracts/IImportEndpoint.cs#L3
The type name 't' only contains lower-cased ascii characters. Such names may become reserved for the language.
Analyze (csharp): src/core/Endpoints/ImportEndpoint.cs#L5
The type name 't' only contains lower-cased ascii characters. Such names may become reserved for the language.
Analyze (csharp): src/core/Endpoints/ResourcesEndpoint.cs#L3
The type name 't' only contains lower-cased ascii characters. Such names may become reserved for the language.
Analyze (csharp): src/core/Endpoints/TaskEndpoint.cs#L3
The type name 't' only contains lower-cased ascii characters. Such names may become reserved for the language.
Analyze (csharp): src/core/Validation/ValidatableObjectExtensions.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/core/Validation/ValidatableObjectExtensions.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/core/Validation/ValidatableImportRequestExtensions.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/core/Utils/RequiredIfAttribute.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/core/Endpoints/AppointmentEndpoint.cs#L3
The type name 't' only contains lower-cased ascii characters. Such names may become reserved for the language.