-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Is your feature request related to a problem? Please describe: It is related to remove warnings in the code
Describe the solution you'd like:
We can remove some unused parameters in src/Serilog.Ui.SqliteDataProvider/SqliteQueryBuilder.cs functions.
string schemaWe also can remove the second argument from the method Guard.Against.Null() because it hides the caller information. The files with that warning are src/Serilog.Ui.Web/Endpoints/SerilogUiAppRoutes.cs, src/Serilog.Ui.Web/Endpoints/SerilogUiAppRoutesDecorator.cs and src/Serilog.Ui.Web/Extensions/ServiceCollectionExtensions.cs
Guard.Against.Null(Options, nameof(Options))Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels