From a473292eb2b07134af1661d8b94e6d26b3ae2eef Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Mon, 12 Feb 2024 11:14:59 +1300 Subject: [PATCH] add link to corvus --- _posts/2024/2024-02-11-dropping-codegen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024/2024-02-11-dropping-codegen.md b/_posts/2024/2024-02-11-dropping-codegen.md index 26604e5..539650c 100644 --- a/_posts/2024/2024-02-11-dropping-codegen.md +++ b/_posts/2024/2024-02-11-dropping-codegen.md @@ -6,7 +6,7 @@ toc: true pin: false --- -Some time ago, I released [my first attempt at code generation](/posts/exploring-codegen) from JSON Schemas. However, I've decided to deprecate the library in favor of _Corvus.JsonSchema_. +Some time ago, I released [my first attempt at code generation](/posts/exploring-codegen) from JSON Schemas. However, I've decided to deprecate the library in favor of [_Corvus.JsonSchema_](https://github.com/corvus-dotnet/Corvus.JsonSchema). When I created _JsonSchema.Net.CodeGeneration_, I knew about _Corvus.JsonSchema_, but I thought it was merely an alternative validator. I didn't truly understand its approach to supporting JSON Schema in .Net.