Jared Parsons

Results 62 issues of Jared Parsons

Rather than relying on directory name detection, which is a hueristic, look for reference assemblies by identifying them in metadata.

Area-Infrastructure

There are several file system abstractions that we use in our unit tests. We should unify them for simplicity and code hygeine: - `TestableFileSystem` - `StrongNameFileSystem` Need to also consider...

Bug
Area-Compilers
Concept-Design Debt

This is an input to compilation hence should be present closes #64103

Area-Compilers

# Change ref safety errors to warnings inside unsafe * [x] Proposed * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] Specification: Not Started...

Proposal
Proposal champion

Today the only option is to discover / run unit tests on desktop. Need to also support via CoreClr. This actually shouldn't be too much work given that the project...

As much as I like building from source I think it would be nice if there was an auto-updating deplyoment option. Squirrel seems to be the new hotness here.

What coding style is this code base going to enforce? I couldn't find a consistent style when I was looking through the code. Ended up defaulting to dotnet org coding...

### Dev Home version 0.137.141.0 ### Windows build number 10.0.22621.1702 ### Other software OS Build Version: 10.0.22621.1702.amd64fre.ni_release.220506-1250 .NET Version: .NET 6.0.16 ### Steps to reproduce the bug - Add Widget...

Issue-Bug
Area-Widgets
Needs-Triage

### Console Log Summary ``` ~/work/A7D90984/w/A7A60959/e ~/work/A7D90984/w/A7A60959/e Discovering: System.Runtime.Serialization.Xml.ReflectionOnly.Tests (method display = ClassAndMethod, method display options = None) Discovered: System.Runtime.Serialization.Xml.ReflectionOnly.Tests (found 238 test cases) Starting: System.Runtime.Serialization.Xml.ReflectionOnly.Tests (parallel test collections =...

area-Serialization
blocking-clean-ci
untriaged
Known Build Error

The rosyln project has a solution with ~160 projects in it of which ~5 need to be published. Today our work flow is to do the following: - Build Roslyn.sln...