Source Generator AdditionalFiles Batching missing metadata
Hey folks,
I am working with a source generator that wraps NSwag to generate clients and servers based on OpenApi spesefications. I have each project that wants to have generated client add the following Item.
I have both of these custom items defined with the following
I then merge these two items into an
If I were evaluate this the following would be returned, as expected
When trying to access this from the source generator only the first two elements are returned from
I am working with a source generator that wraps NSwag to generate clients and servers based on OpenApi spesefications. I have each project that wants to have generated client add the following Item.
I have both of these custom items defined with the following
I then merge these two items into an
AdditionalFiles item so that it could be read by the source generator.If I were evaluate this the following would be returned, as expected
dotnet msbuild -getItem:AdditionalFiles When trying to access this from the source generator only the first two elements are returned from
AdditionalTextsProvider.