Skip to content

Fix signed 32 bit int overflow #80

Fix signed 32 bit int overflow

Fix signed 32 bit int overflow #80

Triggered via pull request November 16, 2024 10:11
Status Failure
Total duration 1m 20s
Artifacts

build_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build: ReplayBrowser/Data/Models/Replay.cs#L87
Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
build: ReplayBrowser/Data/Models/Replay.cs#L88
Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
build: ReplayBrowser/Data/Models/Replay.cs#L87
Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
build: ReplayBrowser/Data/Models/Replay.cs#L88
Cannot implicitly convert type 'long' to 'int'. An explicit conversion exists (are you missing a cast?)
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/