xs1591 Missing XML comment for Functions.$Init1() and Functions.$Exit()

This forum is meant for questions and discussions about the X# language and tools
Post Reply
steveferrandino
Posts: 33
Joined: Tue Jan 05, 2016 8:00 pm

xs1591 Missing XML comment for Functions.$Init1() and Functions.$Exit()

Post by steveferrandino »

My first build with 2.12.2.1 in VS2022 I'm seeing these errors for 2, mostly converted function, libraries. I know I can turn off xml comments in the build but is there a way to either suppress this just for these or a way to add xml comments to them?

Thanks,
Steve Ferrandino
User avatar
robert
Posts: 4241
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

xs1591 Missing XML comment for Functions.$Init1() and Functions.$Exit()

Post by robert »

Steve,

These functions are compiler generated and should automatically be excluded from this.
Maybe this was changed after 2.12, I am not sure anymore.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
steveferrandino
Posts: 33
Joined: Tue Jan 05, 2016 8:00 pm

xs1591 Missing XML comment for Functions.$Init1() and Functions.$Exit()

Post by steveferrandino »

Ok. thanks!
Post Reply