From 22d30caf8434de7bcaca97e749205e63634b9176 Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Mon, 4 Dec 2023 20:44:09 -0500 Subject: [PATCH] Convert header to warnings (#866) * Convert to warnings * More * More --- .../Adapter-Engine-Compatibility.md | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/articles/vs-test-adapter/Adapter-Engine-Compatibility.md b/docs/articles/vs-test-adapter/Adapter-Engine-Compatibility.md index a966c06d1..13090b81f 100644 --- a/docs/articles/vs-test-adapter/Adapter-Engine-Compatibility.md +++ b/docs/articles/vs-test-adapter/Adapter-Engine-Compatibility.md @@ -40,17 +40,17 @@ table above. Note that most of what the console can do, can be done using the `dotnet test` command with the appropriate runsettings added, see [Tips&Tricks](https://docs.nunit.org/articles/vs-test-adapter/Tips-And-Tricks.html). -## :warning: Warning - -If you try to add another engine version package, it may seem that the adapter and test are still working. That is just -by luck, and it does so because the interfaces between the version you have added are the same as the embedded version. -But if you try to use a feature that is not in the embedded version, it will fail. - -Most likely you will see messages about "no tests found", or it may simply crash during test. - -## :warning: Warning - -Version 4.4.1 use an engine version that is not released yet. This is because the engine has a bug that prevents it -from working with the adapter. The bug is fixed in the engine, but the fix is not yet released. The adapter will be -updated to use the released engine version as soon as it is released. You may try to use 3.15.2, but we can currently -not confirm that it works. +> [!WARNING] +> If you try to add another engine version package, it may seem that the adapter and test are still working. That is just +> by luck, and it does so because the interfaces between the version you have added are the same as the embedded version. +> But if you try to use a feature that is not in the embedded version, it will fail. +> +> Most likely you will see messages about "no tests found", or it may simply crash during test. + + + +> [!WARNING] +> Version 4.4.1 use an engine version that is not released yet. This is because the engine has a bug that prevents it +> from working with the adapter. The bug is fixed in the engine, but the fix is not yet released. The adapter will be +> updated to use the released engine version as soon as it is released. You may try to use 3.15.2, but we can currently +> not confirm that it works.