DotnetShadow
DotnetShadow
Firstly a great library, I've been using your library for a while, and recently with the introduction of ASP.NET 2.1 Identity as a library https://docs.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-2.1&tabs=visual-studio I noticed that an exception...
Hi there, I was wondering if you have looked at how Resharper views can be discovered The have a package called Jetbrains.Annotations and you can use something like the following:...
Hi there, A great library. I was wondering how I could read various ranges from the same sheet: At the moment I have the following:  | | | |--------|--------|...
Hi there, I'm wondering if there will be a .net core version of this library?
Hi there, Great Library. I initialise a text box to have **min** and **max** values, such as **10** and **50** and leave the input box blank with no value I...
Update Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation to 6.0.9 This ensures that dotnet watch hotreload functionality continues to work when editing a .cshtml file. Any version below 6.0.5 breaks this. Discussion on a similar situation...
Hi there, Firstly, great work on this project. Is this an enhancement of https://github.com/karlwancl/YahooFinanceApi? Questions: 1. I noticed you did updates on the original project, Just wondering, is there a...
Any way to improve efficiency when exporting? When exporting a single node / item is it possible for it not to scan the children or nodes that contain the path?...
Hi there, I've been trying to use your plugin but I can't seem to get any changes working I have a basic classic asp website http://dev.foo.localost In my hosts files...
Hi there, Great library, I noticed with asp.net core 2.1 that when I'm using your library that I need to fully qualify the name .UseHsts() method that asp.net core 2.1...