Mike Marynowski

Results 24 issues of Mike Marynowski

Lets you colorize control flow keywords similar to VSCode themes (i.e if, else, while, throw, return, etc...)

enhancement

Tested in Chrome, Edge and FireFox. Appears like this: ![image](https://user-images.githubusercontent.com/1700111/106976368-450f9780-6726-11eb-9f76-092d13afb4be.png) And does not work when clicked.

Not sure how to categorize this issue, but it comes down this: what is the best way to (or how can I) make it so that if a model binder...

area-mvc
design-proposal

### Describe the bug If a type with `required` properties is used as a `public` property of a user control / page / dialog / etc (or an `internal` property...

bug
team-Markup

**Is your feature request related to a problem? Please describe.** When clicking on a member section like, say, "Explicit Interface Implementations", it navigates to the class page but stays at...

dotnet

I love this library, but here are a couple things I've run into that I think would make it better: - relative path interfaces should have a parameterless `GetAbsolutePath()` method...

### Description Combination of `ref struct` and `ref` parameters causes validation to fail for the code below. Making `BinaryReader` a normal non-ref `struct` or making the parameters non-ref causes the...

BCL Intellisense stops working when the alpha.154 package is added to a .NET Standard 2.1 library.

### Current behavior Putting `true` in an single-project Uno.Sdk library appears to be ignored. ### Expected behavior Package should be generated on build ### How to reproduce it (as minimally...

kind/bug
difficulty/tbd
area/sdk

Seems that XML comments that use `` tags do not show the inherited docs. Would be great to add this.

enhancement