C#: Better change note.

Co-authored-by: Michael B. Gale <mbg@github.com>
This commit is contained in:
Michael Nebel
2023-06-07 12:44:36 +02:00
committed by GitHub
parent 3eb3178ba5
commit d4d571e435

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* C#: Update the LUA tracer such that `-p:SharedCompilation=false` is not injected when `dotnet test` is applied to a `dll` or `exe` file.
* C#: Analysis of the `dotnet test` command supplied with a `dll` or `exe` file as argument no longer fails due to the addition of an erroneous `-p:SharedCompilation=false` argument.