Dave Roman
Dave Roman
Is there a way to show line coverage like this [vscode extension](https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters) does? 
I tried to use CreateDynamicPickup, but the pickup never appears .. Also try using CreatePickup but it doesn't show up either. This is because the map is too high. Any...
How can I visualize the generated SQL code? It is not displayed in the Visual Studio output box.
When accessing an unprotected endpoint such as `http://localhost:3978/api/gender`, the following message is displayed: ```sh dbug: DentallApp.Extensions.AuthenticationJwtBearer+CustomJwtBearerHandler[9] AuthenticationScheme: Bearer was not authenticated. info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0] ``` This should not be displayed because...
This mechanism is necessary because if the reminders are scheduled to be sent on the first day of each month at 8:00 a.m. but if the server shuts down for...
This could be implemented in a new project separate from the main project.
How can I visualize the generated SQL code? It is not displayed in the Visual Studio output box.
## Example ```cs [PlayerCommand] public void MeCommand(Player player, string text) { text = $"* {text}"; var color = Color.FromInteger(0xEE66EEFF, ColorFormat.RGBA); player.SendClientMessage(color, text); player.SetChatBubble(text, color, 30, 10000); } ``` If the...
Resolves #439
**Stopwatch.GetTimestamp** is causing issues on Linux. On this platform, timers run immediately instead of executing at the specified interval. This behavior does not occur on Windows, where the timer works...