John
John
Thanks for the reply! I don't think it's a big deal, but wanted to make sure you knew. Cheers.
Bug still in v5.2.88.
Thanks for the backstory. Sounds like doing it more right would involve bigger changes and/or a "copy and modify" of the existing SDK. But it would provide a couple benefits...
Having a default target framework is different than not requiring one, such as the NuGet dependencies example in my comment. I'd rather it be explicit than pretend it isn't a...
Definitely agree. I don't like using exceptions for control flow.
@nemec, thanks! Took 2.0 for a spin w/ReadMe sample code. It fixes this issue for me, nicely. Only minor suggestions: update sample code to compile when pasted into blank Console...
~~I think the expected behavior is that the language setting works regardless of file name/extension.~~
Oops, I'm not where I thought I was. My issue is with Gist, itself.
@ameshkov Please don't get hung on on "as requested". Start with a checkbox that disables statistics recording. That satisfies most users. Then "wait to see" on complex requests.
The cause might be the following trigger in TextBox's ControlTemplate. It sets `TextBoxHelper.IsDeleteButtonVisible` and I think overrides the value set by the developer's style. ``` ``` ### Possible workaround? In...