xsharp.eu • xs1591 Missing XML comment for Functions.$Init1() and Functions.$Exit()
Page 1 of 1

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

Posted: Fri Aug 19, 2022 4:00 pm
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

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

Posted: Fri Aug 19, 2022 5:44 pm
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

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

Posted: Fri Aug 19, 2022 5:52 pm
by steveferrandino
Ok. thanks!