Stijn Herreman

Results 15 issues of Stijn Herreman

Are there any plans to support a fluent API for DomElement (and similar classes)? Instead of ``` c# var wrapper_1 = DomElement.Create("div"); wrapper_1.AddClass("foo"); var wrapper_2 = DomElement.Create("div"); wrapper_2.AddClass("bar"); wrapper_1.AppendChild(wrapper_2); ```...

When enabling the combat text on a unit frame (e.g. Player or Target), a reload of the UI is required to make it work. I did some debugging and this...

### Description Snapping two crossing LineStrings may result in LineStrings that are considered invalid by SqlServerTypes. However, they are considered valid by NTS. I know I can call `.MakeValid()` on...

awaiting reply

I was just going over [the release notes of VS 2017](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes) and noticed this: > New in RC Visual Studio editor now supports EditorConfig, which allows developers to define and...

Using Visual Studio 2015 with the bleeding edge version of the extension. When trying to use the Quick Actions menu, either via the lightbulb icon or via the shortcut, Visual...

refactored version

Using Visual Studio 2015 with the bleeding edge version of the extension. I understand that the global settings are reset when focus is lost, but I don't understand why it...

refactored version

http://stackoverflow.blog/2017/01/Benefits-for-Developers-from-San-Francisco-to-Sweden/ uses a 3339x3339 image of 2.5 MB, and is resized client-side to 50x50. Is it possible to use a smaller image? (reported by someone else [here in chat](http://chat.meta.stackexchange.com/transcript/message/5688636#5688636))

I'm working on a new system and I can't get the PackageReference auto-complete to work. I've seen it work just fine on other systems, but I just can't figure it...

enhancement
area/nuget

When publishing a value with a circular reference, a 'cyclic object value' error is thrown. This is because of the serialization that happens to fill `topicCache`. Code to reproduce: ```...

I don't know what has changed in the .NET 7 SDK between now and the last commit here, but I had to make some modifications to the no-runtime example. Now...