Jørn H. Dalvik

Results 5 issues of Jørn H. Dalvik

The one thing I really miss without Resharper is the automatic reformating of long lines. Kind of the opposite of the Codemaids Join function. I can't find any other extension...

enhancement
feature: cleaning

We have deleted a health check entry in the appconfig.js. Still the deleted heath check is shown on the status page. In the HealthChecksDb, Configuration table, the entry is also...

When adding this package to a Core 3.1 project, you get this message: Package 'Topshelf.Owin 1.4.39' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target...

Using .NET 7.0, AgileMapper 1.8.1, EF Core 7.0.1 I have an entity class (code-first) called Document that has a primary key DocumentId (int) and a property Id (string). ```csharp public...

When filtering with values containing special characters it might fail. You should encode values for use in uri when building the query string. Suggestion for change in `toQuery`: ```js if...