This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch ignite-2.16
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/ignite-2.16 by this push:
new a006cef6d10 IGNITE-23732 .NET: Document CET crash on .NET 9
a006cef6d10 is described below
commit a006cef6d10b4eb3fb7e771392fcb8695293b456
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Mon Dec 2 18:56:20 2024 +0200
IGNITE-23732 .NET: Document CET crash on .NET 9
Small change to trigger docs publish
---
docs/_docs/net-specific/net-troubleshooting.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/_docs/net-specific/net-troubleshooting.adoc
b/docs/_docs/net-specific/net-troubleshooting.adoc
index dfd0dd15ec7..3491ec9aa6d 100644
--- a/docs/_docs/net-specific/net-troubleshooting.adoc
+++ b/docs/_docs/net-specific/net-troubleshooting.adoc
@@ -192,7 +192,7 @@ More details:
==== Workaround
-Disable CET for the application by adding the following to the main project
file (csproj, vsproj, etc):
+Disable CET for the application by adding the following to the main project
file (csproj, vsproj, fsproj):
[tabs]
--
@@ -203,4 +203,4 @@ tab:XML[]
<CETCompat>false</CETCompat>
</PropertyGroup>
----
---
\ No newline at end of file
+--