diff --git a/README.md b/README.md index 2366988..7480f2f 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ will generate partial class Test { #pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. - [global::System.ObsoleteAttribute("For serialization only", true)] + [global::System.ObsoleteAttribute("Not intended for direct usage.", true)] public Test() { }