Skip to content

Split VFS.Queries.cs into separate operation files#38

Merged
phmatray merged 1 commit intomainfrom
feature/split-vfs-queries
Mar 16, 2023
Merged

Split VFS.Queries.cs into separate operation files#38
phmatray merged 1 commit intomainfrom
feature/split-vfs-queries

Conversation

@phmatray
Copy link
Copy Markdown
Contributor

This commit splits the VFS.Queries.cs file into separate files for each operation to improve code organization and maintainability. A new folder named "Queries" has been created, and each operation now resides in its own file within this folder. This change follows best practices for .NET 6 and will make it easier to maintain and extend the code in the future.

This commit splits the VFS.Queries.cs file into separate files for each operation to improve code organization and maintainability. A new folder named "Queries" has been created, and each operation now resides in its own file within this folder. This change follows best practices for .NET 6 and will make it easier to maintain and extend the code in the future.
@changelogg
Copy link
Copy Markdown

changelogg bot commented Mar 16, 2023

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@phmatray phmatray merged commit 63114b9 into main Mar 16, 2023
@phmatray phmatray deleted the feature/split-vfs-queries branch March 16, 2023 16:25
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