Sebastiaan Dammann
Sebastiaan Dammann
[Avoid using Task.Result and Task.Wait](https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#avoid-using-taskresult-and-taskwait): https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/0c82fa823796c38d0436c0c08665c944ab12f91d/AsyncGuidance.md?plain=1#L232 ASP.NET Core Blazor does appear to use a synchronization context, being the [RendererSynchronizationContext](https://source.dot.net/Microsoft.AspNetCore.Components/R/20c5f0a262ea5879.html)](https://source.dot.net/#Microsoft.AspNetCore.Components/Rendering/RendererSynchronizationContext.cs,11).
### Describe the issue you are experiencing I've been having an issue for a while that sometimes when Home Assistant Core (re)starts (for instance after installing an Home Assistant OS...
I'm using Central Package Management to manage my NuGet versions centrally, and also pin subdependencies to higher versions, for instance to mitigate vulnerable transitive dependencies. I pinned [`System.IdentityModel.Tokens.Jwt`](https://www.nuget.org/packages/System.IdentityModel.Tokens.Jwt#usedby-body-tab) because it...
Code: ``` public static class ConstraintExtensions { public static RegexConstraint EqualToANiceName(this ResolvableConstraintExpression expression, string entityType) { return expression.Matches($@"John"); } } class Person { public string Name { get;set; } }...
I attempted to use the extension in [one project](https://github.com/Sebazzz/financial-app/tree/b81ba0f7b1f6a5099c6f04640e0e2bac3c2fdb86) of mine. tslint is installed locally in the only project of the solution. In the project is one tslint.json config file....
Though #400 adds support for Rider 2024.1-EAP, it appears that in the stable release of Rider, there is an issue with Cake for Rider that causes code analysis to silently...
The current architecture of the application is quite monolithic. Perhaps we can implement Clean Architecture: https://github.com/JasonGT/NorthwindTraders
On app restart the authentication keys are cleared. We need to implement persistent key storage, also taking #78 into account. See docs: https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/configuration/overview?view=aspnetcore-2.1
Consider providing installer or update scripts. Investigate what is "normal".
For some people it is desirable to start a new period manually. We should implement an option to facilitate this: - Add option to allow manually starting a new period...