Build and Release HandheldCompanion #165
Annotations
1 error and 10 warnings
Create Installer
Process completed with exit code 1.
|
Build Solution:
Shared/Pipes/PipeClient.cs#L29
Nullability of reference types in type of parameter 'sender' of 'void PipeClient.SendMessageQueue(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
Build Solution:
Shared/Pipes/PipeClient.cs#L25
Non-nullable event 'Connected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build Solution:
Shared/Pipes/PipeClient.cs#L25
Non-nullable event 'Disconnected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build Solution:
Shared/Pipes/PipeClient.cs#L25
Non-nullable event 'ServerMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build Solution:
Shared/Pipes/PipeServer.cs#L33
Nullability of reference types in type of parameter 'sender' of 'void PipeServer.SendMessageQueue(object sender, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
Build Solution:
Shared/Pipes/PipeServer.cs#L29
Non-nullable event 'Connected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build Solution:
Shared/Pipes/PipeServer.cs#L29
Non-nullable event 'Disconnected' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build Solution:
Shared/Pipes/PipeServer.cs#L29
Non-nullable event 'ClientMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build Solution:
Shared/Pipes/PipeServer.cs#L69
Cannot convert null literal to non-nullable reference type.
|
Build Solution:
Shared/LogManager.cs#L12
Non-nullable field 'logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading