Add System.Text.Json to incremental source generator

106 Views Asked by At

My source generator has a dependency on System.Text.Json, but I get the following error message:

Generator 'Generator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'TypeInitializationException' with message 'The type initializer for 'System.Text.Json.JsonSerializer' threw an exception.'. System.TypeInitializationException: The type initializer for 'System.Text.Json.JsonSerializer' threw an exception.
System.IO.FileNotFoundException: Could not load file or assembly 'System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.

Does anyone know how to fix this?

Project link: https://github.com/JanTamis/OpenAPIGenerator

0

There are 0 best solutions below