Skip to content

Releases: yscorecore/ys.knife

Improve efcore design time

09 Jan 07:58
Compare
Choose a tag to compare
  • Improve efcore design time
  • make option as transient scope

Full support for net5

07 Jan 12:12
Compare
Choose a tag to compare
  • full support for net5
  • add json mask and json utils
  • upgrade ef core to net5

Net5 supported

21 Dec 03:34
Compare
Choose a tag to compare
  • net5 supported
  • add ys.knife.redis project to injecte redis services
  • add ys.knife.mongo project to support mongo data access
  • add ys.knife.data project to support entity store (Repository)
  • rename ys.knife.test to ys.knife.testing
  • remote knife host static start methods
  • define stage name and environment name in StageAttribute
  • add filterinfo, orderinfo, limitinfo in ys.knife.data project

migrate stage mode to core project

19 Dec 02:27
Compare
Choose a tag to compare
  • migrate stage mode to core project
  • remote static start method from knife host
  • stageRunner support scope logger
  • add code message filter attribute
  • add ValidateObjectAttribute

Add extension methods for database facade

19 Dec 02:24
Compare
Choose a tag to compare
  • add extension methods for database facade
  • DbContextAttribute add empty argument ctor

Improve knife web host

08 Oct 15:41
Compare
Choose a tag to compare
  • Improve knife web host
  • Entry assembly has more priority
  • DBContext use origin connection string

Support swagger and health check

18 Sep 04:50
Compare
Choose a tag to compare
  • Knife web host support swagger
  • Knife web host support health check
  • Changed knife attribute naming rule(remove class)
  • Improve knife rest client
  • Migrate knife host to knife core project

Support localization

09 Aug 02:15
Compare
Choose a tag to compare
  • Add ResourceClassAttribute to support localization

Webhost support static files

03 Jul 14:51
Compare
Choose a tag to compare
  • KnifeWebHost support static files, user can config static file rule in KnifeWebOptions

Support mixed validation

03 Jul 14:48
Compare
Choose a tag to compare
  • Add MixedValidationAttribute, combine multiple ValidationAttribute into one