Dave Roman

Results 13 issues of 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? ![image](https://user-images.githubusercontent.com/43916038/176489604-be98bdf4-2c23-4a55-9617-9256a5e001a2.png)

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.

question

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...

invalid

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...

feature

This could be implemented in a new project separate from the main project.

feature

How can I visualize the generated SQL code? It is not displayed in the Visual Studio output box.

area: documentation
area: efcore

## 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...

area-Commands
area-ECS

**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...