System.Threading.AccessControl must be explicitly installed else exception #2631
Replies: 3 comments
-
On which runtime / target do you build / run? |
Beta Was this translation helpful? Give feedback.
-
This was building for .NET7 and running on mac-arm64. Is that what you mean?
|
Beta Was this translation helpful? Give feedback.
-
I've had the same issue too, but on .NET 5.0 and 6.0, and for win-x64, win-x86 and linux-x64. The issue appeared with Marten v4, and I still have a package ref for See also previous discussion and issue. |
Beta Was this translation helpful? Give feedback.
-
If the
System.Threading.AccessControl
NuGet package isn't explicitly installed, the following exception occurs a bunch of times at startup:It doesn't appear to be fatal.
Beta Was this translation helpful? Give feedback.
All reactions