fix syntax error #254
Annotations
10 errors and 1 warning
csharp/Euler/p0076.cs#L45
Cannot implicitly convert type 'ushort' to 'byte'. An explicit conversion exists (are you missing a cast?)
|
csharp/Euler/p0076.cs#L51
Argument 1: cannot convert from 'byte[]' to 'System.Collections.Generic.IEnumerable<decimal>'
|
csharp/Euler/p0034.cs#L36
Cannot implicitly convert type 'uint' to 'ushort'. An explicit conversion exists (are you missing a cast?)
|
csharp/Euler/p0022.cs#L37
Cannot implicitly convert type 'int' to 'uint'. An explicit conversion exists (are you missing a cast?)
|
csharp/Euler/p0017.cs#L32
Cannot implicitly convert type 'int' to 'ushort'. An explicit conversion exists (are you missing a cast?)
|
csharp/Euler/include/utils.cs#L35
Control cannot fall through from one case label ('case "int":') to another
|
csharp/Euler/include/utils.cs#L47
Control cannot fall out of switch from final case label ('case "uint":')
|
csharp/Euler/p0017.cs#L41
Argument 1: cannot convert from 'int' to 'ushort'
|
csharp/Euler/p0017.cs#L45
Argument 1: cannot convert from 'int' to 'ushort'
|
csharp/Euler/p0017.cs#L47
Argument 1: cannot convert from 'int' to 'ushort'
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
|
This job failed
Loading