Fix for integers having the wrong values in waveform viewer #141
Annotations
10 warnings
|
Build:
src/OneWare.Essentials/EditorExtensions/BreakPoint.cs#L5
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/OneWare.Essentials/Controls/FlexibleWindow.cs#L181
Dereference of a possibly null reference.
|
|
Build:
src/OneWare.Essentials/Behaviors/ContextDragBubbleBehavior.cs#L107
'DragDrop.DoDragDrop(PointerEventArgs, IDataObject, DragDropEffects)' is obsolete: 'Use DoDragDropAsync instead.'
|
|
Build:
src/OneWare.Essentials/Behaviors/ContextDragBubbleBehavior.cs#L93
'DataObject' is obsolete: 'Use DataTransfer instead'
|
|
Build:
src/OneWare.Essentials/Models/Setting.cs#L258
Parameter 'displayOrder' is unread.
|
|
Build:
tests/OneWare.Vcd.Parser.UnitTests/VcdParserTests.cs#L168
Dereference of a possibly null reference.
|
|
Build:
src/OneWare.Vcd.Parser/VcdParser.cs#L330
Do not use 'reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
Build:
src/OneWare.Vcd.Parser/VcdParser.cs#L324
Do not use 'reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
|
|
Build:
src/VtNetCore.Avalonia/VtNetCore.Avalonia/VirtualTerminalControl.xaml.cs#L946
'IClipboard.GetTextAsync()' is obsolete: 'Use ClipboardExtensions.TryGetTextAsync instead'
|
|
Build
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|
Loading