Support Old and new LibUsbDotNet nugets. #805
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, NuGet/[email protected], actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
MeadowLogger/EventId.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Meadow.CLI.Core/Devices/MeadowLocalDevice.cs#L20
Nullability of reference types in return type of 'ILogger? MeadowLocalDevice.Logger.get' doesn't match implicitly implemented member 'ILogger IMeadowDevice.Logger.get' (possibly because of nullability attributes).
|
Meadow.CLI.Core/Devices/MeadowLocalDevice.FileManager.cs#L291
Nullability of reference types in type of parameter 'fileName' of 'Task MeadowLocalDevice.WriteFileToEspFlash(string fileName, uint partition = 0, string? mcuDestAddress = null, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task IMeadowDevice.WriteFileToEspFlash(string? fileName, uint partition = 0, string? mcuDestAddress = null, CancellationToken cancellationToken = default(CancellationToken))' (possibly because of nullability attributes).
|
Meadow.CLI.Core/Devices/MeadowLocalDevice.cs#L42
Nullability of reference types in return type of 'Task<MeadowDeviceInfo?> MeadowLocalDevice.GetDeviceInfo(TimeSpan timeout, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task<MeadowDeviceInfo> IMeadowDevice.GetDeviceInfo(TimeSpan timeout, CancellationToken cancellationToken = default(CancellationToken))'.
|
MeadowLogger/NullLogger.cs#L22
Possible null reference return.
|
MeadowLogger/LoggerInformation.cs#L61
Possible null reference argument for parameter 'state' in 'IDisposable IExternalScopeProvider.Push(object state)'.
|
MeadowLogger/Logger.cs#L23
Converting null literal or possible null value to non-nullable type.
|
MeadowLogger/Logger.cs#L61
Converting null literal or possible null value to non-nullable type.
|
MeadowLogger/Logger.cs#L112
Converting null literal or possible null value to non-nullable type.
|
MeadowLogger/Logger.cs#L11
Non-nullable property 'Loggers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading