You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@RealDotNetDave Do you have a way to reproduce the problem on a standalone/simple project by any chance? It's hard to tell what's going on from your description and I'm not seeing an obvious indication that the compiler is doing anything wrong.
@jcouv I think the generator is doing something wrong. It doesn't generate documentation comments for public members, so the compiler issues a diagnostic.
After applying the JsonSerializable attribute to a class, the build failed with this error:
CS1591: Missing XML comment for publicly visible type or member 'PersonProperJsonSerializerContext.DateTimeOffset'
I have tried using the SupressMessage attribute to get it to build, but that does not work.
I am using .NET 6 and Visual Studio 17.1.2.
The text was updated successfully, but these errors were encountered: