Skip to content

Tags: DamianEdwards/RazorSlices

Tags

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pool string builders when rendering to a string (#77)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for configuring which .cshtml files are Razor Slices (#75)

* WIP

* Support configuring which .cshtml files are slices

* Fix native AOT publish after Hot Reload support was added

* Make publish tests better

* Remove comment

* Fix benchmarks app

* Workaround IL trim bug in MSQuic

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix property injection & wrapping RazorSlice in IResult (#46)

* Fix injectable properties when not doing native AOT

* Ensure HttpContext is set by RazorSliceHttpResultWrapper

* Fix copy pasta

v0.8.0

Toggle v0.8.0's commit message
More action updates

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add HttpContext & support for rendering partials (slices from other s…

…lices), and make slice lookup case-insensitive (#32)

* Use footer partial in all sample pages
* Bump version to 0.7.0
* Support partials with models
* Don't access RequestServices unless needed
* Make slice lookup case-insensitive

Fixes #6
Fixes #22
Fixes #24

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid boxing flush ValueTask if already complete (#30)

* Avoid boxing flush ValueTask if already complete
* Bump version to 0.6.2
* Update src/RazorSlices/ValueTaskExtensions.cs

Co-authored-by: Brennan <[email protected]>

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add more resilience to assembly loading (#29)

* Add more resilience to assembly loading
* Bump to version 0.6.1

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix warnings (#28)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
#3 Support @Inject to enable declaring dependency-injected properties…

… and more (#21)

* Add SliceDefinition
* Update RazorSlice.ResolveAndCreate to utilize SliceDefinition
* Add a new SliceFactory for slices that have injectable properties
* Add support for @Inject
* Add a sample using slice with injectable properties
* Update GetSliceFactory method
* Update LoremService to utilise StringBuilder
* Rename SliceWithServiceFactory to SliceWithServicesFactory and update comments
* Add bool HasInjectableProperties to SliceDefinition and update related code accordingly
* Remove IHttpContextAccessor from example for DI
* Change access level of SliceDefinition class to internal sealed
* Update doc comments
* Update src/RazorSlices/SliceFactory.cs

Fixes #3

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #14 from DamianEdwards/ISpanFormattable

Overhaul of writing out values that are ISpanFormattable