Add Properties to ReaperRoute to support #1 #22
Annotations
11 warnings
publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
publish:
src/Reaper.SourceGenerator/ReaperEndpoints/ExtensionMethods.cs#L113
Dereference of a possibly null reference.
|
publish
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
publish
- Add lib or ref assemblies for the netstandard2.0 target framework
|
publish:
src/Reaper/Middleware/ReaperHandlerExecutorMiddleware.cs#L6
Parameter 'next' is unread.
|
publish:
src/Reaper/Middleware/ReaperHandlerExecutorMiddleware.cs#L6
Parameter 'serviceProvider' is unread.
|
publish:
src/Reaper/Middleware/ReaperHandlerExecutorMiddleware.cs#L8
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish:
src/Reaper/Response/ReaperResponse.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish:
src/Reaper/Response/ReaperEndpointExtensions.cs#L12
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
publish:
benchmarks/Benchmarker/TestRunner.cs#L191
Non-nullable property 'Container' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
publish:
benchmarks/Benchmarker/DockerStats.cs#L40
Non-nullable property 'MemUsage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|