Aaron Bockover

Results 11 comments of Aaron Bockover

I don't particularly have any objection to extending the YAML support to be more like fenced code blocks. I implemented it to strictly conform to Pandoc's handling of these blocks,...

This could be a starting point for "modern" MSBuild support in Mono, representing some work I did this afternoon. It's working nicely on macOS at least. * https://github.com/xamarin/mirepoix/blob/master/src/Xamarin.MSBuild.Tooling/MSBuildLocator.cs I started...

@DustinCampbell Nice. OmniSharp is probably a more ideal starting place. How does it find MSBuild inside .NET Core SDKs? Not seeing anything obvious in the Providers directory.

I've always wanted this, and would further want the equality check/deserialization to be case-insensitive, or at least configurable for that. For example, `"Linux"` and `"linux"` could both deserialize to `OSPlatform.Linux`.

Yes for `[Flags]` support! Not entirely sure how to represent it from an API perspective, but it seems natural to have string enums implement `IEnumerable` to yield all of the...

I'd also like to see something that interops well with Xamarin.iOS/Mac. String enums are a large part of the native API surface of macOS and iOS. Swift's enums were designed...

@shubhambhokare1 can you point to some of the PyTorch models that require this map support?

We're being bit by this in our shared solution (Visual Studio + Visual Studio for Mac) for our product which contains about 60 projects. We now have a handful of...

It should _mostly_ preserve section ordering. There is a bit of an issue in the way `SlnFile` is implemented however which does force ordering. I can't really do anything about...

This is wildly contentious and is a conflict that exists today between VS Mac (and .NET Core's `dotnet sln add ...`) and VS Win. I believe introducing the new `9A19103F`...