Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use alternative way to generate assemblyinfo.cs #1387

Merged
merged 6 commits into from
Oct 10, 2024
Merged

Conversation

VeryEarly
Copy link
Contributor

@VeryEarly VeryEarly commented Oct 10, 2024

original PR: #1376
reverted by: #1380
then: #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.

powershell/generators/csproj.ts Outdated Show resolved Hide resolved
@VeryEarly VeryEarly merged commit 8499346 into main Oct 10, 2024
101 checks passed
@VeryEarly VeryEarly deleted the yabo/assemblyinfo-3 branch October 10, 2024 08:58
VeryEarly added a commit that referenced this pull request Oct 11, 2024
* use alternative way to generate assemblyinfo.cs

* disable generate assemblyinfo by dotnet

* forgot await

* Update powershell/generators/csproj.ts

* check if assemblyinfopath

---------

Co-authored-by: Yeming Liu <[email protected]>
VeryEarly added a commit that referenced this pull request Oct 14, 2024
* use alternative way to generate assemblyinfo.cs

* disable generate assemblyinfo by dotnet

* forgot await

* Update powershell/generators/csproj.ts

* check if assemblyinfopath

---------

Co-authored-by: Yeming Liu <[email protected]>
VeryEarly added a commit that referenced this pull request Oct 14, 2024
* use alternative way to generate assemblyinfo.cs

* disable generate assemblyinfo by dotnet

* forgot await

* Update powershell/generators/csproj.ts

* check if assemblyinfopath

---------

Co-authored-by: Yeming Liu <[email protected]>
VeryEarly added a commit that referenced this pull request Oct 14, 2024
* use alternative way to generate assemblyinfo.cs

* disable generate assemblyinfo by dotnet

* forgot await

* Update powershell/generators/csproj.ts

* check if assemblyinfopath

---------

Co-authored-by: Yeming Liu <[email protected]>
VeryEarly added a commit that referenced this pull request Oct 15, 2024
* generate assemblyinfo.cs for azure (#1384)

* add assemblyinfo to csproj

* insert header for assemblyinfo

* move insert header after compilation

* do not insert header if assemblyinfopaht not present

* fix

* remove write-host for insert license

* use alternative way to generate assemblyinfo.cs (#1387)

* use alternative way to generate assemblyinfo.cs

* disable generate assemblyinfo by dotnet

* forgot await

* Update powershell/generators/csproj.ts

* check if assemblyinfopath

---------

Co-authored-by: Yeming Liu <[email protected]>

* cherry-pick assemblyinfo changes from v4, upgrade to 3.0.520

---------

Co-authored-by: Yeming Liu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants