File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ Der aktive Testlauf wurde abgebrochen. Grund: Der Testhostprozess ist abgestürz
2929 at System.Threading.ThreadPoolWorkQueue.Dispatch()
3030 at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
3131```
32+
33+ * NUnit3TestAdapter
34+ * IST: v4.5.0
35+ * NEU: v5.0.0 -> Unit Tests in VS laufen nicht an für Test-Platform .NET 6 (net48 und netcore3.1 und net8 sind ok)
3236* Npgsql
3337 * IST: v8.0
3438 * NEU: v9.0 -> ohne Support für .NET Framework 4.8 -> benötigt zuerst vollständiges Upgrade auf .NET (Core)
@@ -37,4 +41,16 @@ Der aktive Testlauf wurde abgebrochen. Grund: Der Testhostprozess ist abgestürz
3741 * NEU: v4.x -> Refactoring aller Unit-Tests notwendig
3842* System.Data.SqlClient
3943 * IST: v4.8.6
40- * NEU: v4.9.0 -> PlatformNotSupportedException: lost supported on netcoreapp3.1 platform
44+ * NEU: v4.9.0 -> PlatformNotSupportedException: lost supported on netcoreapp3.1 platform
45+
46+ ### Potentially not compatible / not fully tested
47+
48+ * System.Data.Odbc
49+ * IST: v6.0.0
50+ * NEU: v9.0.x -> PlatformNotSupportedException?!
51+ * System.Data.OleDb
52+ * IST: v6.0.0
53+ * NEU: v9.0.x -> PlatformNotSupportedException?!
54+ * System.DirectoryServices
55+ * IST: v6.0.0
56+ * NEU: v9.0.x -> PlatformNotSupportedException?!
You can’t perform that action at this time.
0 commit comments