Refactor serialization copying to use source generators (#4286)

This commit is contained in:
DrSmugleaf
2023-08-22 17:37:13 -07:00
committed by GitHub
parent dbb45f1c13
commit 66239d23ea
135 changed files with 1897 additions and 221 deletions

View File

@@ -0,0 +1,8 @@
// ReSharper disable once CheckNamespace
namespace System.Runtime.CompilerServices;
// Need this to be able to define records in the project
internal static class IsExternalInit
{
}