-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature / Do.Architecture #14
Merged
cihandeniz
merged 61 commits into
mouseless:main
from
cihandeniz:feature/do-architecture
Jul 13, 2023
Merged
Feature / Do.Architecture #14
cihandeniz
merged 61 commits into
mouseless:main
from
cihandeniz:feature/do-architecture
Jul 13, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- move package related properties to directory.build.props under src folder
- upgrade unit test package references - refactor blueprints.service to use architecture
- refactor tests to have a spec and stub model - rename application test to have a spec name
- add .editorconfig to have underscore prefix for private - add .vimspector.json to have debug info
- reorganize tests into their sections - minor update for application spec
- remove all design sketches - sync docs with specs - refactor mocks into MockMe just like stubs in GiveMe
- refactor mock extensions to return actual object instead of mock instance
- rename `Sql` as `Orm` in samples - minor refactorings
- tests still fail to build and run - removed all built-in layers from src/
- minor renames and refactorings included
- refactor and simplify run method - fix blueprints test case
- further clarification o nlayer/configuring-layers
- add coding standards and naming conventions so far
- rename `CanInitialize` to `IsReady` - make minor revisions to layer related documentation
- move service collection dependency from dependency injection layer to web layer
- rename `Build` to `Forge`
- web and di layers - greeting feature with hello world and welcome page adapters
- roughly document layers, features and blueprints
SeferMirza
approved these changes
Jul 12, 2023
dncsvr
approved these changes
Jul 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduce
do-architecture
package that implements the core feature and layersystem mentioned in Do / Architecture.
Tasks
Do.Architecture
it isDo.Test
Program.cs
usageAdditional Tasks
Sql
withOrm
in documents, seems more suitableusing Do;
as an implicitusing