Chris Sienkiewicz

Results 28 issues of Chris Sienkiewicz

Looking at binlog https://artprodcus3.artifacts.visualstudio.com/Ab55de4ed-4b5a-4215-a8e4-0a0a5f71e7d8/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_apis/artifact/cGlwZWxpbmVhcnRpZmFjdDovL2RuY2VuZy9wcm9qZWN0SWQvOWVlNmQ0NzgtZDI4OC00N2Y3LWFhY2MtZjZlNmQwODJhZTZkL2J1aWxkSWQvMTg3ODY3MC9hcnRpZmFjdE5hbWUvQnVpbGRMb2dzX1NvdXJjZUJ1aWxkX01hbmFnZWRfQXR0ZW1wdDE1/content?format=file&subPath=%2Fartifacts%2Fsource-build%2Fself%2Fsrc%2Fartifacts%2Fsourcebuild.binlog ![image](https://user-images.githubusercontent.com/16246502/178891166-1f1efbda-5961-446b-9d71-dce14718024c.png) When the tree in the center panel is scrolled off screen horizontally, attempting to scroll vertically results in the following stack traces popping up. Looks...

## Background and Motivation Today, generators act like a 'black box. Inputs go in at one end, generated source files come out at the other end. As we continue to...

Concept-API
Area-Compilers
Feature Request
api-ready-for-review

When using the component debugger, we grab the command line CSC invocation of the target project and start that under the debugger. In certain projects that string overflows the maximum...

Area-Source Generators

The code used to filter the target projects to only those that use the generator is currently deadlocking on certain projects, so disabled for now. We should figure out a...

Area-Source Generators

Various strings are currently hard coded in the debugger, which should be switched out for localized resources.

Area-Source Generators

Currently we hardcode the location of the compiler used to debug by looking it up in a well known location in the VS directory. We also only support debugging of...

Area-Source Generators

The current error experience is opaque when we can't figure out some aspect of the debugging setup, we should specifically handle more error cases and provide information to the user...

Area-Source Generators

It would be useful for developers to have a sample that produces a NuPkg, so they a) know how to do it, and b) have a template to start from.

Area-Source Generators

Our sample hello world generator iterates over the syntax trees. We explicitly tell people not to do this, and use a syntax receiver instead (and want to add an analyzer...

enhancement
Area-Source Generators

Kittitas.SDK is incorrectly reporting that the launch settings already exists, and is not a kittitas settings, even when it is.