Added the maintenance record management class #116
Annotations
16 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, coverallsapp/github-action@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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:
src/DroneFlightLog.Data/Logic/MaintenanceRecordManager.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/DroneFlightLog.Data/Logic/MaintenanceRecordManager.cs#L62
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/DroneFlightLog.Data/Logic/MaintenanceRecordManager.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/DroneFlightLog.Data/Logic/MaintenanceRecordManager.cs#L145
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/DroneFlightLog.Mvc/Startup.cs#L120
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
Build:
src/DroneFlightLog.Data/Logic/MaintenanceRecordManager.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/DroneFlightLog.Data/Logic/MaintenanceRecordManager.cs#L62
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/DroneFlightLog.Data/Logic/MaintenanceRecordManager.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/DroneFlightLog.Data/Logic/MaintenanceRecordManager.cs#L145
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/DroneFlightLog.Mvc/Startup.cs#L120
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
Run unit tests and generate code coverage:
src/DroneFlightLog.Data/Logic/MaintenanceRecordManager.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run unit tests and generate code coverage:
src/DroneFlightLog.Data/Logic/MaintenanceRecordManager.cs#L62
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run unit tests and generate code coverage:
src/DroneFlightLog.Data/Logic/MaintenanceRecordManager.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run unit tests and generate code coverage:
src/DroneFlightLog.Data/Logic/MaintenanceRecordManager.cs#L145
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading