davidwengier / SourceGeneratorTemplate

A basic template for writing a C# source generator
181 stars 29 forks source link

Added check for empty assembly location #5

Closed KathleenDollard closed 3 years ago

KathleenDollard commented 3 years ago

Using Visual Studio 2019 (preview) test runner and xunit, I encountered blank assembly locations in the tests. This, naturally, blocked testing.

I added a check for this.

Feel free to take or not take, this was just an easy way to share what I encountered.

KathleenDollard commented 3 years ago

I should add - this was flakey. It happened when I ran all tests, and did not happen when I ran individual tests.

@kendrahavens