Skip to content

#200 implement dotnet best practises - #201

Open
thompson-tomo wants to merge 5 commits into
asyncapi:mainfrom
thompson-tomo:chore/#200_Standardisation
Open

#200 implement dotnet best practises#201
thompson-tomo wants to merge 5 commits into
asyncapi:mainfrom
thompson-tomo:chore/#200_Standardisation

Conversation

@thompson-tomo

@thompson-tomo thompson-tomo commented Apr 21, 2024

Copy link
Copy Markdown

Description

  • Move to central package management
  • Use central properties to prepare for split
  • Move to csproj internalvisibleto rather than assemblyinfo.cs

Reason for the change
Lays the foundation for future changes in particular package splitting.

Related issue(s)
Closes #200

@thompson-tomo thompson-tomo changed the title Chore/#200 standardisation #200 implement dotnet best practises Apr 21, 2024
@yurvon-screamo
yurvon-screamo marked this pull request as draft April 22, 2024 12:49
@thompson-tomo
thompson-tomo force-pushed the chore/#200_Standardisation branch from a8e61ef to 01c2907 Compare April 22, 2024 22:09
@thompson-tomo
thompson-tomo marked this pull request as ready for review April 22, 2024 22:10
@thompson-tomo
thompson-tomo force-pushed the chore/#200_Standardisation branch from 01c2907 to 90aba96 Compare May 21, 2024 10:16
@yurvon-screamo

Copy link
Copy Markdown
Collaborator

I will definitely accept this request when we resolve the issues with the code style and architecture)

@yurvon-screamo

Copy link
Copy Markdown
Collaborator

Hi, i ready to merge this. @thompson-tomo will you resolve conflict?

@thompson-tomo

Copy link
Copy Markdown
Author

Sure will do so in the next couple of days

@thompson-tomo
thompson-tomo force-pushed the chore/#200_Standardisation branch 5 times, most recently from 9da5647 to 4df2567 Compare October 27, 2024 04:58
@thompson-tomo
thompson-tomo force-pushed the chore/#200_Standardisation branch from 4df2567 to 99aed45 Compare October 27, 2024 05:02
@thompson-tomo

Copy link
Copy Markdown
Author

@yurvon-screamo sorry for the delay, find merges resolved. Note i am guessing the large diff is due to the editor config now being run on the csproj files etc

Comment thread src/Saunter.UI/package-lock.json Outdated
@yurvon-screamo

Copy link
Copy Markdown
Collaborator

in .github/npm/action.yaml try change, maybe it will help:

    - name: Run NPM install
      shell: sh
      run: npm ci
      working-directory: ./src/Saunter.UI

to:

    - name: Create package-lock
      shell: sh
      run: npm install --package-lock-only
      working-directory: ./src/Saunter.UI
    - name: Run NPM install
      shell: sh
      run: npm ci
      working-directory: ./src/Saunter.UI

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.

Implement more dotnet best practises

2 participants