entvex commented on PR #181: URL: https://github.com/apache/pulsar-dotpulsar/pull/181#issuecomment-1741812205
> Replace `dotnet build -p:TargetFramework=net7.0` with `dotnet build -p:TargetFramework=net7.0 --property WarningLevel=0` should help. > > Functionality checks are covered by unit-tests, we run it in doc-tests for prepare infos only. Okay. So I tried to use the code in your comment, here in my test repo https://github.com/entvex/pulsar-dotpulsar/pull/2/files. And it looks like the normal unit test will make errors if there are any doc XML syntax errors. Therefor, I really think we only need to run doc test, when we do a release. And therefore it does not need to be part of the CI unit test pipeline.  Does it make sense ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
