Skip to content

Commit 1a09e0c

Browse files
authored
Merge pull request #59 from gimlichael/release
8.3.0
2 parents d2ed816 + 8d1776e commit 1a09e0c

File tree

739 files changed

+2210
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

739 files changed

+2210
-216
lines changed

.docfx/Dockerfile.docfx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# escape=`
22

3-
FROM nginx:1.25.3 AS base
3+
FROM nginx:1.25.4 AS base
44
RUN rm -rf /usr/share/nginx/html/*
55

66
FROM mono:6.12.0.182 AS build
7-
ARG DOCFX_VERSION=v2.75.2
7+
ARG DOCFX_VERSION=v2.76.0
88

99
ENV PATH ${PATH}:/opt/docfx
1010
ENV DOCFX_SOURCE_BRANCH_NAME="development"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
uid: Cuemon.Extensions.YamlDotNet.Converters
3+
summary: *content
4+
---
5+
The `Cuemon.Extensions.YamlDotNet.Converters` namespace contains both types and extension methods that complements the `YamlDotNet` namespace.
6+
7+
[!INCLUDE [availability-default](../../includes/availability-default.md)]
8+
9+
Complements: [YamlDotNet namespace](https://github.com/aaubry/YamlDotNet) 🔗
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
uid: Cuemon.Extensions.YamlDotNet.Formatters
3+
summary: *content
4+
---
5+
The `Cuemon.Extensions.YamlDotNet.Formatters` namespace contains types that are used to serialize and deserialize objects into and from YAML format using a generic signature.
6+
7+
[!INCLUDE [availability-default](../../includes/availability-default.md)]
8+
9+
Complements: [YamlDotNet namespace](https://github.com/aaubry/YamlDotNet) 🔗
10+
11+
### Extension Methods
12+
13+
|Type|Ext|Methods|
14+
|--:|:-:|---|
15+
|YamlFormatterOptions|⬇️|`SetPropertyName`|
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
uid: Cuemon.Extensions.YamlDotNet
3+
summary: *content
4+
---
5+
The `Cuemon.Extensions.YamlDotNet` namespace contains types and extension methods that complements the `YamlDotNet` namespace by adding new ways of working with YAML; both in terms of serialization and parsing.
6+
7+
[!INCLUDE [availability-default](../../includes/availability-default.md)]
8+
9+
Complements: [YamlDotNet namespace](https://github.com/aaubry/YamlDotNet) 🔗
10+
11+
### Extension Methods
12+
13+
|Type|Ext|Methods|
14+
|--:|:-:|---|
15+
|IEmitter|⬇️|`WriteStartObject`, `WriteString`, `WritePropertyName`, `WriteValue`, `WriteEndObject`, `WriteStartArray`, `WriteEndArray`, `WriteObject`|

.docfx/docfx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"Cuemon.Extensions.Text/**.csproj",
4747
"Cuemon.Extensions.Text.Json/**.csproj",
4848
"Cuemon.Extensions.Threading/**.csproj",
49-
"Cuemon.Extensions.Xml/**.csproj"
49+
"Cuemon.Extensions.Xml/**.csproj",
50+
"Cuemon.Extensions.YamlDotNet/**.csproj"
5051
],
5152
"src": "../src"
5253
}

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,7 @@ ModelManifest.xml
225225
/.docfx/api/**/*.yml
226226
/.docfx/**/*.manifest
227227
/.docfx/.vscode/docfx-assistant
228-
/.vscode/docfx-assistant
228+
/.vscode/docfx-assistant
229+
230+
# Tooling
231+
/tooling/gse/Surrogates

.nuget/Cuemon.AspNetCore.App/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ More documentation available at our documentation site:
101101
* [Cuemon.Extensions.Xunit.Hosting](https://www.nuget.org/packages/Cuemon.Extensions.Xunit.Hosting/) 📦
102102
* [Cuemon.Extensions.Xunit.Hosting.AspNetCore](https://www.nuget.org/packages/Cuemon.Extensions.Xunit.Hosting.AspNetCore/) 📦
103103
* [Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc](https://www.nuget.org/packages/Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc/) 📦
104+
* [Cuemon.Extensions.YamlDotNet](https://www.nuget.org/packages/Cuemon.Extensions.YamlDotNet/) 📦
104105
* [Cuemon.IO](https://www.nuget.org/packages/Cuemon.IO/) 📦
105106
* [Cuemon.Net](https://www.nuget.org/packages/Cuemon.Net/) 📦
106107
* [Cuemon.Resilience](https://www.nuget.org/packages/Cuemon.Resilience/) 📦

.nuget/Cuemon.AspNetCore.Authentication/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ More documentation available at our documentation site:
6666
* [Cuemon.Extensions.Xunit.Hosting](https://www.nuget.org/packages/Cuemon.Extensions.Xunit.Hosting/) 📦
6767
* [Cuemon.Extensions.Xunit.Hosting.AspNetCore](https://www.nuget.org/packages/Cuemon.Extensions.Xunit.Hosting.AspNetCore/) 📦
6868
* [Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc](https://www.nuget.org/packages/Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc/) 📦
69+
* [Cuemon.Extensions.YamlDotNet](https://www.nuget.org/packages/Cuemon.Extensions.YamlDotNet/) 📦
6970
* [Cuemon.IO](https://www.nuget.org/packages/Cuemon.IO/) 📦
7071
* [Cuemon.Net](https://www.nuget.org/packages/Cuemon.Net/) 📦
7172
* [Cuemon.Resilience](https://www.nuget.org/packages/Cuemon.Resilience/) 📦

.nuget/Cuemon.AspNetCore.Mvc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ More documentation available at our documentation site:
7070
* [Cuemon.Extensions.Xunit.Hosting](https://www.nuget.org/packages/Cuemon.Extensions.Xunit.Hosting/) 📦
7171
* [Cuemon.Extensions.Xunit.Hosting.AspNetCore](https://www.nuget.org/packages/Cuemon.Extensions.Xunit.Hosting.AspNetCore/) 📦
7272
* [Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc](https://www.nuget.org/packages/Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc/) 📦
73+
* [Cuemon.Extensions.YamlDotNet](https://www.nuget.org/packages/Cuemon.Extensions.YamlDotNet/) 📦
7374
* [Cuemon.IO](https://www.nuget.org/packages/Cuemon.IO/) 📦
7475
* [Cuemon.Net](https://www.nuget.org/packages/Cuemon.Net/) 📦
7576
* [Cuemon.Resilience](https://www.nuget.org/packages/Cuemon.Resilience/) 📦

.nuget/Cuemon.AspNetCore.Razor.TagHelpers/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ More documentation available at our documentation site:
6363
* [Cuemon.Extensions.Xunit.Hosting](https://www.nuget.org/packages/Cuemon.Extensions.Xunit.Hosting/) 📦
6464
* [Cuemon.Extensions.Xunit.Hosting.AspNetCore](https://www.nuget.org/packages/Cuemon.Extensions.Xunit.Hosting.AspNetCore/) 📦
6565
* [Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc](https://www.nuget.org/packages/Cuemon.Extensions.Xunit.Hosting.AspNetCore.Mvc/) 📦
66+
* [Cuemon.Extensions.YamlDotNet](https://www.nuget.org/packages/Cuemon.Extensions.YamlDotNet/) 📦
6667
* [Cuemon.IO](https://www.nuget.org/packages/Cuemon.IO/) 📦
6768
* [Cuemon.Net](https://www.nuget.org/packages/Cuemon.Net/) 📦
6869
* [Cuemon.Resilience](https://www.nuget.org/packages/Cuemon.Resilience/) 📦

0 commit comments

Comments
 (0)