andrewlock / StronglyTypedId

A Rosyln-powered generator for strongly-typed IDs
MIT License
1.52k stars 80 forks source link

CS1591-Missing XML comment for publicly visible type or member 'JobNumber.Value' #47

Closed oezoezoe closed 2 years ago

oezoezoe commented 2 years ago

When creating an object like this:

[StronglyTypedId(backingType: StronglyTypedIdBackingType.Int, converters: StronglyTypedIdConverter.SystemTextJson)] public partial struct JobNumber { }

We get a bunch of warnings/errors CS1591 and because we use the <TreatWarningsAsErrors>true</TreatWarningsAsErrors> we cannot compile the code.

Is is possible for you to add #pragma CS1591 to the sources?

andrewlock commented 2 years ago

Thanks, this should be available in NuGet shortly as 1.0.0-beta06