Fix XHarness #58
Annotations
16 errors and 22 warnings
Windows:
sample/SampleNUnitTestProject/UnitTests.cs#L8
'Assert' does not contain a definition for 'True'
|
Windows:
test/TestProject.Tests/NUnitTests.cs#L21
'Assert' does not contain a definition for 'IsTrue'
|
Windows:
test/TestProject.Tests/NUnitTests.cs#L41
'Assert' does not contain a definition for 'IsTrue'
|
Windows:
sample/SampleNUnitTestProject/UnitTests.cs#L8
'Assert' does not contain a definition for 'True'
|
Windows:
sample/SampleNUnitTestProject/UnitTests.cs#L8
'Assert' does not contain a definition for 'True'
|
Windows:
test/TestProject.Tests/NUnitTests.cs#L21
'Assert' does not contain a definition for 'IsTrue'
|
Windows:
test/TestProject.Tests/NUnitTests.cs#L41
'Assert' does not contain a definition for 'IsTrue'
|
Windows:
sample/SampleNUnitTestProject/UnitTests.cs#L8
'Assert' does not contain a definition for 'True'
|
Windows
Process completed with exit code 1.
|
macOS:
sample/SampleNUnitTestProject/UnitTests.cs#L8
'Assert' does not contain a definition for 'True'
|
macOS:
test/TestProject.Tests/NUnitTests.cs#L21
'Assert' does not contain a definition for 'IsTrue'
|
macOS:
test/TestProject.Tests/NUnitTests.cs#L41
'Assert' does not contain a definition for 'IsTrue'
|
macOS:
sample/SampleNUnitTestProject/UnitTests.cs#L8
'Assert' does not contain a definition for 'True'
|
macOS:
test/TestProject.Tests/NUnitTests.cs#L21
'Assert' does not contain a definition for 'IsTrue'
|
macOS:
test/TestProject.Tests/NUnitTests.cs#L41
'Assert' does not contain a definition for 'IsTrue'
|
macOS
Process completed with exit code 1.
|
Windows
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/
|
Windows:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L61
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
|
Windows:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L71
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
|
Windows:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L76
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
|
Windows:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L81
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
|
Windows:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L88
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Remove(object? value)' (possibly because of nullability attributes).
|
Windows:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L101
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.this[int index].set' (possibly because of nullability attributes).
|
Windows:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L39
Dereference of a possibly null reference.
|
Windows:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L55
Nullability of reference types in type of parameter 'sender' of 'void FilteredCollectionView<T, TFilterArg>.DataSource_ItemChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
|
Windows:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L100
Possible null reference return.
|
Windows:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L200
Dereference of a possibly null reference.
|
macOS
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/
|
macOS:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L61
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
|
macOS:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L71
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
|
macOS:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L76
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
|
macOS:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L81
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
|
macOS:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L88
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Remove(object? value)' (possibly because of nullability attributes).
|
macOS:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L101
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.this[int index].set' (possibly because of nullability attributes).
|
macOS:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L39
Dereference of a possibly null reference.
|
macOS:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L55
Nullability of reference types in type of parameter 'sender' of 'void FilteredCollectionView<T, TFilterArg>.DataSource_ItemChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
|
macOS:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L100
Possible null reference return.
|
macOS:
src/DeviceRunners.VisualRunners/Utils/FilteredCollectionView.cs#L200
Dereference of a possibly null reference.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Logs - Windows
Expired
|
4.22 MB |
|
Logs - macOS
Expired
|
3.24 MB |
|