Merge pull request #10 from thewsoftware/initial #5
Annotations
10 warnings
build:
SdrfcLib/Models/MemoryEntry.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
SdrfcLib/Models/MemoryEntry.cs#L7
Non-nullable property 'GroupName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
SdrfcLib/Models/MemoryEntry.cs#L9
Non-nullable property 'DetectorType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
SdrfcLib/Models/Channel.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
SdrfcLib/Models/Channel.cs#L7
Non-nullable property 'GroupName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
SdrfcLib/Models/Channel.cs#L9
Non-nullable property 'Modulation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Sdrfc/Program.cs#L68
Dereference of a possibly null reference.
|
build:
Sdrfc/Program.cs#L73
Dereference of a possibly null reference.
|
build:
Sdrfc/Program.cs#L120
Dereference of a possibly null reference.
|
build:
Sdrfc/Program.cs#L125
Dereference of a possibly null reference.
|