Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jscarle committed Mar 1, 2024
1 parent 08d1ccf commit 70591f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Banner](https://raw.githubusercontent.com/jscarle/LightResults/main/Banner.png)](https://github.com/jscarle/LightResults)

# LightResults.Extensions
# LightResults Extensions

Extensions for [LightResults](https://github.com/jscarle/LightResults), an extremely light and modern Operation Result Pattern library for .NET.

Expand Down
4 changes: 2 additions & 2 deletions docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"modern"
],
"globalMetadata": {
"_appName": "LightResults.Extensions",
"_appTitle": "LightResultsExtensions",
"_appName": "LightResults Extensions",
"_appTitle": "LightResults Extensions",
"_appLogoPath": "images/Logo.png",
"_appFaviconPath": "images/Icon.png",
"_appFooter": "Developed and maintained by Jean-Sebastien Carle — <a href=\"https://jscarle.dev\">jscarle.dev</a><script async defer src=\"https://buttons.github.io/buttons.js\"></script><script async src=\"https://www.googletagmanager.com/gtag/js?id=G-ERKQEFDJYX\"></script>\r\n<script>\r\n window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag('js', new Date());\r\n\r\n gtag('config', 'G-ERKQEFDJYX');\r\n</script>",
Expand Down
4 changes: 2 additions & 2 deletions src/LightResults.Extensions.EntityFrameworkCore/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Banner](https://raw.githubusercontent.com/jscarle/LightResults/main/Banner.png)](https://github.com/jscarle/LightResults)

# LightResults.Extensions
# LightResults Extensions

Extensions for [LightResults](https://github.com/jscarle/LightResults), an extremely light and modern Operation Result Pattern library for .NET.

Expand All @@ -11,7 +11,7 @@ Provides a DbContext that wraps context operations using LightResults.
### New method definitions

The following methods are wrapped internally with a `try { } catch { }` block and have their signatures
updated to result a `Result`. If an exception occurs, a failed result will be returned and the `Exception`
updated to result a `Result`. If an exception occurs, a failed result will be returned and the `Exception`
will be added to the result as metadata.

- `AddAsync()`
Expand Down
2 changes: 1 addition & 1 deletion src/LightResults.Extensions.ExceptionHandling/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Banner](https://raw.githubusercontent.com/jscarle/LightResults/main/Banner.png)](https://github.com/jscarle/LightResults)

# LightResults.Extensions
# LightResults Extensions

Extensions for [LightResults](https://github.com/jscarle/LightResults), an extremely light and modern Operation Result Pattern library for .NET.

Expand Down

0 comments on commit 70591f2

Please sign in to comment.