Exclude EF.Core #40
dotnet.yml
on: push
Examples-Test
31s
Release-Build
2m 8s
Annotations
3 errors and 16 warnings
UnitTestProject.TestChromeN ► goItalle:
Solution/UnitTestProject/TestChromeN.cs#L27
Failed test found in:
Solution/UnitTestProject/TestResults/test-results.trx
Error:
System.InvalidOperationException : session not created: This version of ChromeDriver only supports Chrome version 125
Current browser version is 127.0.6533.72 with binary path /usr/bin/google-chrome (SessionNotCreated)
|
UnitTestProject.TestChromeN ► goSoonr:
Solution/UnitTestProject/TestChromeN.cs#L41
Failed test found in:
Solution/UnitTestProject/TestResults/test-results.trx
Error:
System.InvalidOperationException : session not created: This version of ChromeDriver only supports Chrome version 125
Current browser version is 127.0.6533.72 with binary path /usr/bin/google-chrome (SessionNotCreated)
|
Examples-Test
Failed test were found and 'fail-on-error' option is set to true
|
Examples-Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Examples-Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Examples-Test:
Solution/UnitTestProject/TestsCalculatorN.cs#L9
Non-nullable field 'calculator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Examples-Test:
Solution/UnitTestProject/TestCalculatorMS.cs#L11
Non-nullable field '_calculator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Release-Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Release-Build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Release-Build:
Solution/SocketDemo/AsyncClien.cs#L16
Cannot convert null literal to non-nullable reference type.
|
Release-Build:
Solution/SocketDemo/AsyncClien.cs#L49
'Dns.Resolve(string)' is obsolete: 'Resolve has been deprecated. Use GetHostEntry instead.'
|
Release-Build:
Solution/SocketDemo/AsyncClien.cs#L89
Converting null literal or possible null value to non-nullable type.
|
Release-Build:
Solution/SocketDemo/AsyncClien.cs#L92
Dereference of a possibly null reference.
|
Release-Build:
Solution/SocketDemo/AsyncClien.cs#L95
Dereference of a possibly null reference.
|
Release-Build:
Solution/SocketDemo/AsyncServer.cs#L89
Converting null literal or possible null value to non-nullable type.
|
Release-Build:
Solution/SocketDemo/AsyncServer.cs#L90
Dereference of a possibly null reference.
|
Release-Build:
Solution/SocketDemo/AsyncClien.cs#L130
Converting null literal or possible null value to non-nullable type.
|
Release-Build:
Solution/SocketDemo/AsyncClien.cs#L131
Dereference of a possibly null reference.
|
Release-Build:
Solution/SocketDemo/AsyncClien.cs#L177
Converting null literal or possible null value to non-nullable type.
|