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

Change F# AssemblyInfo generation to always include a do() after the … #1024

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

Numpsy
Copy link
Contributor

@Numpsy Numpsy commented Jan 16, 2024

…version attributes

Fixes #1022

As it stands, assembly version information for F# when ThisAssembly generation is disabled generates things like
image
because the do() after the attributes is required and isn't added.

There is a unit test for this case, but I don't think it's quite right as it expects the do() to be a header for the #if NETSTANDARD || NETFRAMEWORK || NETCOREAPP bit instead of a footer for the assembly version attributes.

@AArnott AArnott added this to the v3.6 milestone Jan 16, 2024
Copy link
Collaborator

@AArnott AArnott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@AArnott AArnott merged commit a9e8765 into dotnet:v3.6 Jan 16, 2024
14 checks passed
@Numpsy Numpsy deleted the fs_assenbly_info branch January 17, 2024 13:41
ChrisPulman pushed a commit to reactiveui/ReactiveUI that referenced this pull request Jun 14, 2024
)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[Nerdbank.GitVersioning](https://togithub.com/dotnet/Nerdbank.GitVersioning)
| `3.6.133` -> `3.6.139` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Nerdbank.GitVersioning/3.6.139?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Nerdbank.GitVersioning/3.6.139?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Nerdbank.GitVersioning/3.6.133/3.6.139?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Nerdbank.GitVersioning/3.6.133/3.6.139?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dotnet/Nerdbank.GitVersioning
(Nerdbank.GitVersioning)</summary>

###
[`v3.6.139`](https://togithub.com/dotnet/Nerdbank.GitVersioning/releases/tag/v3.6.139)

#### What's Changed

- Fix WPF incremental build by
[@&#8203;AArnott](https://togithub.com/AArnott) in
[dotnet/Nerdbank.GitVersioning#982
- Fix build.ps1 script by
[@&#8203;AArnott](https://togithub.com/AArnott) in
[dotnet/Nerdbank.GitVersioning#994
- Change F# AssemblyInfo generation to always include a do() after the …
by [@&#8203;Numpsy](https://togithub.com/Numpsy) in
[dotnet/Nerdbank.GitVersioning#1024

#### New Contributors

- [@&#8203;Numpsy](https://togithub.com/Numpsy) made their first
contribution in
[dotnet/Nerdbank.GitVersioning#1024

**Full Changelog**:
dotnet/Nerdbank.GitVersioning@v3.6.133...v3.6.139

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/reactiveui/ReactiveUI).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJEZXBlbmRlbmN5IE1hbmFnZW1lbnQiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

None yet

2 participants