Chris Sienkiewicz

Results 28 issues of Chris Sienkiewicz

## Background and Motivation Today we have a source generator API called `RegisterImplementationOnlyOutput` which allows a generator to indicate that it is generating source code that does not impact the...

Concept-API
Area-Compilers
Feature Request
New Feature - Source Generators
api-needs-work

Closes https://github.com/dotnet/roslyn/issues/48649 This repurposes the touched file logger so that we can correctly record which files were emitted to disk by the compiler. An msbuild task then reads the file...

Area-Compilers

Enable `CompilerGeneratedFilesOutputPath` for VB as well as C# Fixes https://github.com/dotnet/roslyn/issues/51938

Area-Compilers
New Feature - Source Generators

As part of merging razor-compiler into razor-tooling, a tooling test began failing due to a timeout. This is caused by a `Debug.Assert` firing and popping a dialog box. The assert...

area-razor.compiler
tooling-compiler-repo-merge

tooling-compiler-repo-merge

area-razor.compiler
tooling-compiler-repo-merge

## Known Issue There is a known issue that the Razor compiler generates uncompilable C# when specifying a `@rendermode` on a Razor component that also uses the `@typeparam` directive. ###...

bug
area-compiler
affected-few