Skip to content

upgrade to dotnet 8 + add StoreProviderConsumer func#4

Open
grant-dot-dev wants to merge 3 commits intomainfrom
task/upgrade-dotnet8
Open

upgrade to dotnet 8 + add StoreProviderConsumer func#4
grant-dot-dev wants to merge 3 commits intomainfrom
task/upgrade-dotnet8

Conversation

@grant-dot-dev
Copy link
Collaborator

@grant-dot-dev grant-dot-dev commented Jan 13, 2025

  • Upgrade solution from .netcore3.1 -> .Net 8.0

  • Refactored project structure

    • removed DAL, DTO and Helper projects simplifying project structure, combining into a more consolidated Core project.
    • refactored services to make more re-usable (they were returning ActionResults, rather than results of the service logic, meaning only had 1 usage)
    • refactored code to align with .Net 8 requirements.
  • Added new StoreProviderConsumers httpTrigger endpoint to save Organisational Hierarchy Provider and Consumer data, which will come from the console application (post data processing).

  • Added tests to the project currently at 91% coverage (excluding DTOs, MapperExtensions)

@grant-dot-dev grant-dot-dev marked this pull request as draft January 13, 2025 18:16
@grant-dot-dev grant-dot-dev changed the base branch from main to develop March 6, 2025 15:35
@grant-dot-dev grant-dot-dev changed the base branch from develop to main March 6, 2025 15:35
@grant-dot-dev grant-dot-dev marked this pull request as ready for review March 6, 2025 15:36
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