Skip to content

Tags: ardalis/CleanArchitecture

Tags

v10.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix launch url (#886)

* Fix launch URL so it goes to swagger

* Rev to 10.0.1

v10.0.0

v10 (net9)

v10.0.0-beta

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CleanArchitecture.nuspec

v9.3.0

fix typo in XML

v9.2.0

Updated nuget deps and package version

v9.1.0

Update to 9.1.0

v9.0.1

Update for 8.0.1

v8.0.1

Update for 8.0.1

v9

Update nuspec to 9.0.0-preview

v8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v9 with Use Cases, SharedKernel as Nuget Ref, and More (#585)

* adding more tags

* Removing SharedKernel
Adding reference to Ardalis.SharedKernel

* Fix using statements

* Delete SharedKernel artifacts
Adding UseCases and CQRS commands and queries

* Adding basic logging
Removing controller and razor pages and views from web project

* Adding another command and a behavior

* Createcontributor use case done

* Adding queries for Contributor

* Removing more web things
Configure LoggingBehavior and tested it

* add logging isenabled check

* refactoring to make usecases depend on core not infra

* Cleaning up and refactoring

* Refactoring Use Cases folder structure

* Updating to use Fast Endpoints standard Swagger,
XML Comments, and custom interfaces for query/command/handlers

* Update now uses Mediator

* Adding test and comments

* Removing excess scope
Updating NuGet dependencies

* Removed Projects and ToDoItems
Fixed Tests

* Moving from Moq to NSubstitute

* Update template file with new version and release notes

* WIP
Working on migrating ApiEndpoints to FastEndpoints for Projects

* Sample builds; some tests failing

* Ading MarkToDoItemCompleteHandler - in progress

* All tests pass
Reorganized tests

* Adding XML comments

* Fixed bug in CreateToDoItem that was resulting in no Location header being set

* Update README

* Add tests for Update Contributor

* adding more tests