Skip to content

Tags: cnblogs/Architecture

Tags

v21.0.1

Toggle v21.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: compatibility issues (#345)

* fix: use null redactor if not injected

* chore: upgrade packages

v21.0.0

Toggle v21.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Microsoft.Data.SqlClient from 6.1.1 to 6.1.2 (#338)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v21.0.0-pre1

Toggle v21.0.0-pre1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: go net10 (#342)

* chore: go net10

* chore: update ci name

v20.6.10

Toggle v20.6.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support negative indexing (#336)

* feat: support negative indexing

* fix: ensure db deleted before creating new db context

* fix: split in memory db name

v20.6.10-pre1

Toggle v20.6.10-pre1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bind PagingParams from route values (#335)

* feat: bind PagingParams from route values

* refactor: remove unnecessary pageIndex and pageSize check

v20.6.9

Toggle v20.6.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: reuse default SerializerOptions in Minimal APIs (#334)

* test: add test case to reproduce encoded Chinese characters

* refactor: reuse default SerializerOptions in Minimal APIs

v20.6.9-pre3

Toggle v20.6.9-pre3's commit message
refactor: use built-in json options in Minimal APIs

v20.6.9-pre1

Toggle v20.6.9-pre1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Microsoft.AspNetCore.Mvc.Testing from 9.0.8 to 9.0.9 (#329)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 9.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v20.6.8

Toggle v20.6.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Microsoft.AspNetCore.Mvc.Testing from 9.0.8 to 9.0.9 (#329)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 9.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v20.6.8-pre2

Toggle v20.6.8-pre2's commit message
refactor: introduce MediatR configuration parameter to AddCqrs