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

v5.17.0 #264

Merged
merged 2 commits into from
Oct 16, 2024
Merged

v5.17.0 #264

merged 2 commits into from
Oct 16, 2024

Conversation

chullybun
Copy link
Collaborator

  • Enhancement: The Common-project related code-generated artefacts have all been updated to leverage global using and file scoped namespace declarations.
    • A new GlobalUsings.cs will need to be manually added to existing Common projects to enable; see this for an example and alter the last two namespaces accordingly.
    • The *.Common.csproj will need to be manually updated to include <LangVersion>Preview</LangVersion> and <ImplicitUsings>true</ImplicitUsings>.

- *Enhancement:* The `Common`-project related code-generated artefacts have all been updated to leverage `global using` and file scoped namespace declarations.
  - A new [`GlobalUsings.cs`](./templates/Beef.Template.Solution/content/Company.AppName.Common/GlobalUsings.cs) will need to be manually added to existing `Common` projects to enable; see [this](./templates/Beef.Template.Solution/content/Company.AppName.Common/GlobalUsings.cs) for an example and alter the last two namespaces accordingly.
  - The `*.Common.csproj` will need to be manually updated to include `<LangVersion>Preview</LangVersion>` and `<ImplicitUsings>true</ImplicitUsings>`.
@chullybun chullybun merged commit c89fe3b into master Oct 16, 2024
2 checks passed
@chullybun chullybun deleted the v5.17.0 branch October 16, 2024 18:07
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.

1 participant