Skip to content

fix gen pack

fix gen pack #6

Triggered via push February 19, 2024 17:10
Status Success
Total duration 29s
Artifacts

tonuget.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, NuGet/[email protected], actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, NuGet/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/judge0-dotnet/Models/Systems/SystemInfo.cs#L8
Non-nullable property 'Architecture' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/judge0-dotnet/Models/Systems/SystemInfo.cs#L11
Non-nullable property 'CPUopmodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/judge0-dotnet/Models/Systems/SystemInfo.cs#L14
Non-nullable property 'ByteOrder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/judge0-dotnet/Models/Systems/SystemInfo.cs#L17
Non-nullable property 'CPUs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/judge0-dotnet/Models/Systems/SystemInfo.cs#L20
Non-nullable property 'OnlineCPUslist' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/judge0-dotnet/Models/Systems/SystemInfo.cs#L23
Non-nullable property 'Threadspercore' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/judge0-dotnet/Models/Systems/SystemInfo.cs#L26
Non-nullable property 'Corespersocket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/judge0-dotnet/Models/Systems/SystemInfo.cs#L29
Non-nullable property 'Sockets' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/judge0-dotnet/Models/Systems/SystemInfo.cs#L32
Non-nullable property 'NUMAnodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/judge0-dotnet/Models/Systems/SystemInfo.cs#L35
Non-nullable property 'VendorID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.