Ryan Brandenburg

Results 49 issues of Ryan Brandenburg

We can start by porting the behavior from Microsoft.Test.Apex.Razor in the VS repo.

test scenario

![image](https://user-images.githubusercontent.com/14987221/87341131-eb335000-c4fd-11ea-8654-174779d44277.png) 1. New Blazor WASM. 1. Open NavMenu.razor. 1. `

bug
vs

As of February 2019 TSLint is [depricated in favor of ESLint](https://github.com/palantir/tslint/issues/4534). As of January 1 2020 they only accept PRs for security issues and crashes, and as of December 1...

tech-debt

Currently if you try to use the EF6 Designer on an SDK style project you will get a Null-Ref exception. This is because SDK-style projects are not supported. However, we...

Currently we're [using this code](https://github.com/dotnet/ef6tools/tree/main/src/EFTools/DesignXmlCore/VirtualTreeGrid) to do do tree-control, but we've been advised that we'd be better off moving to a normal WPF control.

Drops for this project do not currently get put in a sustainable location. We should move to using something like AZDO build artifacts or a dropshare that we control. This...

enhancement

We don't currently produce any telemetry so it's hard to diagnose problems and follow the code-flow. Lets add some basic Logging and telemetry for scenarios like "Designer Opened", "Designer Crashed",...

Some packages were renamed to omit the ".15.0" at the end. We should start consuming these new package.

In https://github.com/dotnet/ef6tools/pull/12/commits/3d0574d15748b06bfd791d84ecc47c9236475942 I hardcoded dev17 as the value to enable a quick fix, but that's not really how it should be done, so lets go back to something similar to...