Chris Benard
Chris Benard
https://theveganafterglow.com/cherry-bakewell-smoothie/
Fix #6. Make the theme look like Visual Studio's bracket highlighting and allow the cursor (light) to be seen next to a highlighted pair. Before:  After: 
### Duplicate ? - [X] I have searched issues/discussions and did not find other issues/discussions reporting this bug. ### Product version 1.3.2 (also tested on 1.4.0-preview1) ### Describe expected behavior...
It looks like you're just using JSON.net to serialize `IDictionary` in savedState and this could be accomplished with built-in serializers that would remove the dependency on JSON.net (so that a...
**Is your feature request related to a problem? Please describe.** Per @davidfowl, [we have moved away from the ceremony](https://github.com/dotnet/runtime/discussions/81090#discussioncomment-4784551) of the generic host. However, the `HostApplicationBuilder` returned from `Host.CreateApplicationBuilder()` does...
**Is your feature request related to a problem? Please describe.** `CoreWCF.UnixDomainSocketTransportSecurity` is missing the following code that is in the `System.ServiceModel` version: ```cs [DefaultValue(DefaultProtectionLevel)] public ProtectionLevel ProtectionLevel { get {...
### Duplicate ? - [X] I have searched issues/discussions and did not find other issues/discussions reporting this bug. ### Product version 1.5.2 ### Describe expected behavior `CoreWCF.UnixDomainSocketTransportSecurity` would have the...