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

Hardcode the AssemblyName attribute in the .csproj to "Stateless". #480

Merged

Conversation

crozone
Copy link
Collaborator

@crozone crozone commented Aug 24, 2022

This ensures that the output .dll is always named "Stateless.dll"
instead of "stateless.dll", which can occur due to quirks in the build
environment and the way the build system is called.

This, in turn, ensures that the output dll name aligns with the
AssemblyTitle attribute, ensuring that build systems consuming the
library are not confused.

This is a single commit version of the #470 PR with a more descriptive commit message. It also does not alter the version number. Should fix #449

This ensures that the output .dll is always named "Stateless.dll"
instead of "stateless.dll", which can occur due to quirks in the build
environment and the way the build system is called.

This, in turn, ensures that the output dll name aligns with the
AssemblyTitle attribute, ensuring that build systems consuming the
library are not confused.
@crozone
Copy link
Collaborator Author

crozone commented Sep 1, 2022

@ffMathy Could I please get a workflow check on this one too?

@ffMathy
Copy link
Collaborator

ffMathy commented Sep 1, 2022

Yup! There you go! 😊

@HenningNT HenningNT merged commit 8c5a6ec into dotnet-state-machine:dev Sep 5, 2022
@mclift mclift mentioned this pull request Jan 28, 2023
This pull request was closed.
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.

Change in name from Stateless.dll -> stateless.dll
3 participants