Azure / autorest.powershell

AutoRest PowerShell Generator
MIT License
113 stars 86 forks source link

use alternative way to generate assemblyinfo.cs #1387

Closed VeryEarly closed 1 month ago

VeryEarly commented 1 month ago

original PR: https://github.com/Azure/autorest.powershell/pull/1376 reverted by: https://github.com/Azure/autorest.powershell/pull/1380 then: https://github.com/Azure/autorest.powershell/pull/1384

in #1384 I used msbuild to generate Assemblyinfo, the syntax does not compatible with dotnet 6 and msbuild 17.7. To avoid unexpected compatible issues, use template to generate assemblyinfo instead.