feat: Initial implementation to detect types #75
Annotations
2 errors and 10 warnings
|
|
tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler EventAccesors.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
The event 'EventAccesors.PropertyChanged' is never used
|
tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler EventAccesors.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
The event 'EventAccesors.PropertyChanged' is never used
|
tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler EventAccesors.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
The event 'EventAccesors.PropertyChanged' is never used
|
tests/NetEvolve.ArchiDuct.Tests.Integration/Internals/Decompiler_ExampleEventAccesors_Tests.cs#L13
Nullability of reference types in type of 'event PropertyChangedEventHandler EventAccesors.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
This job failed
Loading