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

Upgrade to .NET 8 #338

Merged
merged 16 commits into from Nov 26, 2023
Merged

Upgrade to .NET 8 #338

merged 16 commits into from Nov 26, 2023

Conversation

dukeofharen
Copy link
Owner

@dukeofharen dukeofharen commented Nov 26, 2023

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the new behavior?

  • The application is updated to .NET 8.

Does this introduce a breaking change?

  • Yes
  • No

If you installed HttPlaceholder as .NET tool, you need to have the .NET 8 SDK installed on your machine. If you download the compiled version of HttPlaceholder for your OS, you do not need to have .NET installed so you will notice no changes.

@dukeofharen dukeofharen added the refactor Improvement of existing code, not introducing new features. label Nov 26, 2023
@dukeofharen dukeofharen merged commit 173f406 into master Nov 26, 2023
@dukeofharen dukeofharen deleted the refactoring/dotnet-8 branch November 26, 2023 15:25
dukeofharen pushed a commit that referenced this pull request Dec 3, 2023
dukeofharen pushed a commit that referenced this pull request Dec 6, 2023
dukeofharen added a commit that referenced this pull request Dec 6, 2023
* Implemented basic Yaml file stub source with file watchers

* Watcher changes

* Implemented several event handlers for file watcher

* Implemented renamed event handler

* Introduced BaseFileStubSource

* Re-implemented YamlFileStubSource

* Fixed YamlFileStubSourceFacts

* Added setting for disabling file watcher

* In YamlFileStubSource.cs, check if file exists before loading stubs

* Fixed YamlFileStubSourceFacts

* Added basic unit tests for FileWatcherYamlFileStubSource

* Removed corrupt package-lock.json

* Revert "Upgrade to .NET 8 (#338)"

This reverts commit 173f406.

* Re-added package-lock.json

* Added exception handling in FileWatcherYamlFileStubSource.

* Updated mkdocs

* Updated CHANGELOG and Build.dockerfile

* Revert "Revert "Upgrade to .NET 8 (#338)""

This reverts commit ee2e452

* Fixed package.json

* Updated CHANGELOG

---------

Co-authored-by: Duco <git@ducode.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Improvement of existing code, not introducing new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant