Merge pull request #46 from WildernessLabs/v1.6.0 #26
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Source/C8800Retro/Driver/C8800Retro.cs#L77
Dereference of a possibly null reference.
|
build:
Source/CGNSS10/Driver/CGNSS10.cs#L14
Cannot convert null literal to non-nullable reference type.
|
build:
Source/CGNSS10/Driver/CGNSS10.cs#L21
Cannot convert null literal to non-nullable reference type.
|
build:
Source/CGNSS5/Driver/CGNSS5.cs#L14
Cannot convert null literal to non-nullable reference type.
|
build:
Source/CGNSS5/Driver/CGNSS5.cs#L21
Cannot convert null literal to non-nullable reference type.
|
build:
Source/CACCurrent/Driver/CACCurrent.cs#L57
Non-nullable field 'mcp3201' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/CLEM/Driver/CLEM.cs#L57
Non-nullable field 'mcp3201' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/C420R/Driver/C420R.cs#L30
Non-nullable field '_adc' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/C420R/Driver/C420R.cs#L46
Non-nullable field '_adc' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Source/CLEM/Sample/CLEM_Sample/MeadowApp.cs#L13
The field 'MeadowApp.currenClick' is never used
|