pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
27 stars 25 forks source link

Update .xml doc files #299

Closed justinvp closed 4 months ago

justinvp commented 4 months ago

Noticed some changes to these files during local development that hadn't been committed. This change does that.

justinvp commented 4 months ago

Out of curiosity, which command regenerates them? Also should we add a CI check making sure they are up to date?

Just doing a build regenerates them. It indeed would be nice to add a CI check. This annoyingly happens a lot.

tgummerer commented 4 months ago

It indeed would be nice to add a CI check. This annoyingly happens a lot.

https://github.com/pulumi/pulumi-dotnet/pull/300 is an attempt at that.