DotnetShadow

Results 39 comments of DotnetShadow

I see to have the same issue. In excel I need to go to the Data menu and turn off the Filter button Filter on causes the error message ![image](https://user-images.githubusercontent.com/296247/156878382-5524ff87-51d2-4c0e-811c-7263b8183cfb.png)...

I got the same issue doesn't generate the _content/NToastNotify/toastr.js folder and file Using v6.1.3

Any progress on this? I think I alerted you with a similar issue. I sort of have a work around (not the best I know) by adding an area route...

Not sure if this is associated with your issue but I found this: https://github.com/OdeToCode/AddFeatureFolders/pull/17

Looks like this is fixed with the 6.0.9 release

I am experiencing the same issue, when using Windows Terminal with Powershell Core. Just a simple console app with this code ``` Console.BackgroundColor = Color.MidnightBlue; Console.ForegroundColor = Color.White; Console.Clear(); Console.WriteLine("some...

Any update on this issue? @lukencode I think some methods might have been removed https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md#mailkit-300-2021-12-11 MailKit 3.0.0 (2021-12-11) Removed APIs marked as [Obsolete] in 2.x. Similar issue documented here: `MailKit's...

Is anyone else experiencing this issue?

@TheObliterator Thank you so much for pointing me to a workaround, I will definitely try this and report back. Appreciate the thorough steps you have given makes it easy to...

@SimonCropp I think the idea of the `ViewBag` would be to help pass data to the Layout file. Looks like there is a pull request but not sure what the...