Doug Bunting

Results 17 issues of Doug Bunting

_From @nnoorbakhsh on August 28, 2018 21:22_ I believe the dependency to Microsoft.Tpl.Dataflow should be removed, and most probably replaced with System.Threading.Tasks.Dataflow. The mentioned dependency causes package manager console to...

enhancement
1 - Ready

- also bump Newtonsoft.Json.Bson to 1.0.2 in System.Net.Http.Formatting.NetStandard - incorporates changes from 23 Dependabot PRs; they are now obsolete - Dependabot also left hint paths alone in project files :frowning:...

# [release/7.0] Update spa-templates to ref new 7.0 branch ## Description - just created release/7.0 in dotnet/spa-templates - use it here to enable main in spa-templates to get new branding...

Servicing-consider
area-mvc
feature-spa
feature-templates

- see #45749

area-infrastructure

### Describe the bug As far as I can tell, `YamlDotNet` correctly handles duplicate key checking with [YAML-spec](https://yaml.org/spec/1.2.2/)-compliant anchors and aliases. However, the `MergingParser` is unable to deserialize YAML using...

### Describe the bug After the fixes from https://github.com/aaubry/YamlDotNet/pull/491, the `SerializationTests.ExampleFromSpecificationIsHandledCorrectlyWithLateDefine()` test should fail. Placement of anchors after aliases referring to them is not [spec](https://yaml.org/spec/1.2.2/)-compliant. ### To Reproduce Execute the...

## Description File logging output contains information about _calling_ the `VSTestTask` but no output from the task itself. This makes it difficult to search the test's output. ## Steps to...

enhancement
exp: cli

# Goals and Motivation While some S360 fixes can easily be done as part of our Shared Service Advisors rotation or regular update and rollout cadence, we need to track...

Epic

Nothing currently assists users as they type out expressions in the VS Code debug console. Not sure if there's already a feature the C# extension could hook into. But whether...

Feature Request
Debugger

Resources added in this repo lately are not reflected in the TFS content. For example, `git diff v3.2.9 --ignore-space-at-eol -- src/**/*.resx` shows ``` text + + Offset and length were...

bug