Mike-E

Results 38 issues of Mike-E

- The deal/overview: http://bit.ly/1LpDebM - Xaml-based Tile notifications (designer-friendly! In theory, at least -- UWP Xaml is terrible and pretty much an embarrassment ATM. Vote to change this here: http://bit.ly/1NMU5Wv...

**Describe the bug** Pardon if this is not the appropriate location for the report. I have found no support channels for your product and this is the closest approximation. Additionally,...

bug

Please consider supporting [Visual Studio 2022](https://docs.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022) with this great extension! 👍

From #36: https://github.com/ExtendedXmlSerializer/home/runs/330624066 (Under `Push Changes`) ``` Started: bash /home/runner/work/_actions/ad-m/github-push-action/master/start.sh Push to branch master remote: error: GH006: Protected branch update failed for refs/heads/master. remote: error: Required status check "continuous-integration/appveyor/pr" is...

Does this exist? Is it possible? :) :) :) FWIW this is all I see: ![](https://i.imgur.com/qBZudfw.png)

To start with, great project here. I have been using it alongside with `ReSharperHelpers` and have a really solid testing experience now in R# and Visual Studio. Of course, having...

Got another one for you. :) Consider the following class: ``` sealed class Singleton : ISource { public static Singleton Default { get; } = new Singleton(); Singleton() {} public...

Question

Hi again. :) Something that has been on my mind after using LightInject. Everything is super nice, with of course as I previously the mentioned the `Decorate` method being tops...

I am attempting to save changes to my Oauth2 application, but it does not appear to submit to the server when I press the `Update` button. I've tried in both...