From 69fb1eb0a611a817a22b18cc85ccd01bf882e379 Mon Sep 17 00:00:00 2001 From: Mihail Gribkov <61027276+Misha-133@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:21:50 +0300 Subject: [PATCH] ._. (#2909) --- .github/workflows/dotnet.yml | 2 ++ docs/guides/int_framework/typeconverters.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a1face93..94687102 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -10,6 +10,8 @@ on: paths-ignore: - 'docs/**' pull_request: + paths-ignore: + - 'docs/**' jobs: build: diff --git a/docs/guides/int_framework/typeconverters.md b/docs/guides/int_framework/typeconverters.md index 7907bd3c..a15fcea5 100644 --- a/docs/guides/int_framework/typeconverters.md +++ b/docs/guides/int_framework/typeconverters.md @@ -44,7 +44,7 @@ Interaction Services determines the most suitable [TypeConverter] for a paramete 3. It searches for a generic `TypeConverter` with a matching type constraint. If there are more multiple matches, the one whose type constraint is the most specialized will be chosen. -> [!NOTE} +> [!NOTE] > Alternatively, you can use the generic variant (`TypeConverter`) of the > [TypeConverter] base class which implements the following method body for `CanConvertTo()` method