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
when project <GenerateDocumentationFile>True</GenerateDocumentationFile>
Generator file have many warning CS1591, can we suppress them in CodeGenerator ?
The text was updated successfully, but these errors were encountered:
Same here. It start triggering warnings when i put <GenerateDocumentationFile>True</GenerateDocumentationFile> in .csproj
C:\Users\mmenegaz\source\repos\BckSvc\src\shared\BckSvc.Grains\Orleans.CodeGenerator\Orleans.CodeGenerator.OrleansSerializationSourceGenerator\BckSvc.Grains.orleans.g.cs(15,25,15,51): warning CS1591: Missing XML comment for publicly visible type or member 'Codec_BackupRetentionState'
when project
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Generator file have many warning
CS1591
, can we suppress them in CodeGenerator ?The text was updated successfully, but these errors were encountered: