Fixed generator and cleanup bug #4
Annotations
10 warnings
src/CommandersCall.Service/CommandersCall.Service.Control/Program.cs#L20
This call site is reachable on all platforms. 'PipeTransmissionMode.Message' is supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
src/CommandersCall.Client/CommandersCall.Client/UI/ViewModels/ItemViewModel.cs#L78
Nullability of reference types in type of 'event PropertyChangedEventHandler ItemViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
src/CommandersCall.Client/CommandersCall.Client/UI/ViewModels/MainViewModel.cs#L84
Nullability of reference types in type of 'event PropertyChangedEventHandler MainViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
src/CommandersCall.Client/CommandersCall.Client/UI/ViewModels/MainViewModel.cs#L10
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
src/CommandersCall.Client/CommandersCall.Client/UI/ViewModels/ItemViewModel.cs#L15
Non-nullable field '_lineOne' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/CommandersCall.Client/CommandersCall.Client/UI/ViewModels/ItemViewModel.cs#L36
Non-nullable field '_lineTwo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/CommandersCall.Client/CommandersCall.Client/UI/ViewModels/ItemViewModel.cs#L57
Non-nullable field '_lineThree' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/CommandersCall.Client/CommandersCall.Client/UI/ViewModels/ItemViewModel.cs#L78
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
src/CommandersCall.Service/CommandersCall.Service.Control/Program.cs#L20
This call site is reachable on all platforms. 'PipeTransmissionMode.Message' is supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
src/CommandersCall.Client/CommandersCall.Client/UI/ViewModels/ItemViewModel.cs#L78
Nullability of reference types in type of 'event PropertyChangedEventHandler ItemViewModel.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
The logs for this run have expired and are no longer available.
Loading