Merge pull request #258 from Analogy-LogViewer/dependabot/nuget/Mezia… #524
Annotations
20 warnings
Execute unit tests:
Analogy.LogViewer.Example/OnDemandPlottingContainer.cs#L16
Non-nullable property 'AnalogyFactory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
Analogy.LogViewer.Example/IAnalogy/ExtensionExample.cs#L63
Non-nullable property 'UserControl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
Analogy.LogViewer.Example/IAnalogy/ExampleUserControlUC.cs#L17
Non-nullable field 'p' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Execute unit tests:
Analogy.LogViewer.Example/IAnalogy/ExampleUserSettingsFactory.cs#L20
Non-nullable property 'DataProviderSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
Analogy.LogViewer.Example/IAnalogy/ExampleOnDemandPlotting.cs#L15
Non-nullable event 'OnNewPointsData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Execute unit tests:
Analogy.LogViewer.Example/IAnalogy/ExampleOnDemandPlotting.cs#L16
Non-nullable field 'simulateData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Execute unit tests:
Analogy.LogViewer.Example/IAnalogy/ExampleOnDemandPlotting.cs#L18
Non-nullable property 'Interactor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute unit tests:
Analogy.LogViewer.Example/IAnalogy/ExamplePlotting.cs#L13
Non-nullable event 'OnNewPointData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Execute unit tests:
Analogy.LogViewer.Example/IAnalogy/ExamplePlotting.cs#L18
Non-nullable field 'simulateData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Execute unit tests:
Analogy.LogViewer.Example/IAnalogy/ExampleOnDemandPlottingFactory.cs#L14
The event 'ExampleOnDemandPlottingFactory.OnRemovedOnDemandPlottingGenerator' is never used
|
Build the application:
Analogy.LogViewer.Example/IAnalogy/ExamplePlotting.cs#L24
Nullability of reference types in type of parameter 'sender' of 'void ExamplePlotting.SimulateData_Tick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
Build the application:
Analogy.LogViewer.Example/IAnalogy/ExampleOnDemandPlotting.cs#L25
Nullability of reference types in type of parameter 'sender' of 'void ExampleOnDemandPlotting.SimulateData_Tick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
Build the application:
Analogy.LogViewer.Example/IAnalogy/ExampleUserControlUC.cs#L17
Non-nullable field 'p' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build the application:
Analogy.LogViewer.Example/IAnalogy/ExampleDownloadInformation.cs#L30
Possible null reference return.
|
Build the application:
Analogy.LogViewer.Example/IAnalogy/ExampleDownloadInformation.cs#L35
Converting null literal or possible null value to non-nullable type.
|
Build the application:
Analogy.LogViewer.Example/IAnalogy/ExampleDownloadInformation.cs#L35
Possible null reference assignment.
|
Build the application:
Analogy.LogViewer.Example/IAnalogy/ExampleUserSettingsFactory.cs#L20
Non-nullable property 'DataProviderSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
Analogy.LogViewer.Example/IAnalogy/ExtensionExample.cs#L63
Non-nullable property 'UserControl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build the application:
Analogy.LogViewer.Example/IAnalogy/ExampleOnDemandPlotting.cs#L15
Non-nullable event 'OnNewPointsData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build the application:
Analogy.LogViewer.Example/IAnalogy/ExampleOnDemandPlotting.cs#L16
Non-nullable field 'simulateData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading