Mike-E
Mike-E
I am trying to get this awesome theme working in ReSharper but am having trouble doing it. I see your last checkin actually has something to do with ReSharper, but...
First off, THANK YOU SO MUCH for making this project. I recently [ran into a little ordeal with EFCore's Compiled Queries](https://github.com/dotnet/efcore/issues/25679) and have started to explore expression builders. This one...
Please consider adding support for Xaml 2009 features: https://msdn.microsoft.com/en-us/library/ee792007(v=vs.110).aspx Xamarin.Forms supports this, and so does WPF, but ironically the tooling used for it does not, heh. I would be interested...
**Describe the bug** In the Mixcloud provider implementation, efforts are being made to "[bundle](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/blob/014ef58416b9f6dca6ec88a4b7f4e5936ebb2acf/src/AspNet.Security.OAuth.Mixcloud/MixcloudAuthenticationHandler.cs#L71-L72)" the `state` parameter and then "[unbundle](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/blob/014ef58416b9f6dca6ec88a4b7f4e5936ebb2acf/src/AspNet.Security.OAuth.Mixcloud/MixcloudAuthenticationHandler.cs#L148-L149)" it upon authentication. The reason for this is that it...
### Describe the bug I am testing out my Oauth2 providers for my application. Microsoft, Google, Reddit, and Twitter all have workflows that gracefully return to the home page and/or...
This is a continuation of this comment: https://github.com/khellang/Scrutor/issues/171#issuecomment-1159557987 I have created a SLN/failing test demonstrating this issue here: https://github.com/Mike-E-angelo/Stash/tree/master/Scrutor.Decorate Reverting to 4.1.0 removes this issue. Please do let me know...
My first inclination when running Script# was to put a breakpoint in my C# code. Of course this doesn't work because the DLL is never loaded. However, I'm looking at...
### Describe the bug After a full day of successful operation, two of my three environments started throwing the following exception in multitude with my SignalR instance: ``` Failed to...
### Describe the bug In regards to https://github.com/Azure/azure-signalr/issues/1650 There appear to be two issues: - `Azure:SignalR:ApplicationName` needs to be `Azure:SignalR:ApplicationName:` at the moment - `Azure:SignalR:ConnectionCount` is not supported Ideally, _all_...
I wanted to first thank you for a wonderful library and API. It is well-designed and easy to use. It is, in fact, exactly what I am looking for. The...