I have this project using C# Source Generators.
https://github.com/efonsecab/PTIMicroservicesGenerators
The issue I'm having is that I get this issue when compiling the Console App
CSC : warning CS8785: Generator 'OpenApiClientServicesGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'FileNotFoundException' with message 'Could not load file or assembly 'Microsoft.OpenApi.Readers, Version=1.2.3.0, Culture=neutral, PublicKeyToken=3f5743946376f042' or one of its dependencies. The system cannot find the file specified.'
Does anybody know which is the correct way to fix this issue when using C# Source Generators? Thanks for the help.