Show Deserializaton Errors from Source Generator #572
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This resolves #568 which relates to #534
This pull request includes several changes to the
RefitterSourceGenerator.cs
file to improve error handling and diagnostics during the code generation process. The most important changes include adding a diagnostics parameter to theTryDeserialize
method and enhancing the error handling mechanism.Improvements to error handling and diagnostics:
src/Refitter.SourceGenerator/RefitterSourceGenerator.cs
: Added adiagnostics
parameter to theTryDeserialize
method to collect diagnostics information. [1] [2]src/Refitter.SourceGenerator/RefitterSourceGenerator.cs
: Enhanced thecatch
block in theTryDeserialize
method to add a diagnostic message when deserialization fails.Using the source generator with a .refitter file containing invalid JSON will result in an error message like this: