microsoft / qsharp-compiler

Q# compiler, command line tool, and Q# language server
https://docs.microsoft.com/quantum
MIT License
684 stars 172 forks source link

Fix metadata warnings for doc builds #1620

Closed Bradben closed 11 months ago

Bradben commented 1 year ago

Add an ms.author value, and format the date correctly. This should fix the thousands of warnings in the API doc builds every month.

Bradben commented 1 year ago

@kuzminrobin - This is a simple fix that should take care of all those build warnings from the docs build every month. I may not have my build environment set up correctly for this repo, though - can you take a look or just add the updates yourself in a different PR? Thanks.

kuzminrobin commented 1 year ago

@kuzminrobin - This is a simple fix that should take care of all those build warnings from the docs build every month. I may not have my build environment set up correctly for this repo, though - can you take a look or just add the updates yourself in a different PR? Thanks.

@Bradben, After a recent change on the build servers' side, we observe massive pipeline build failures. I'm working on that. I'll let you know after the builds are fixed. You PR should compile successfully (or print different type of errors).

kuzminrobin commented 11 months ago

Closing in favor of #1623