Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
voxic11
4y ago
0 comments
Share
There is no GAC.
> .NET Core and .NET 5 and later versions eliminate the concept of the global assembly cache (GAC)
0 comments
default
newest
oldest
backoncemore
4y ago
Interesting. I haven't worked in .NET for several years now, but the GAC was always an absolute headache to deal with.
exyi
4y ago
Thankfully they did not port this hell to Linux
cm2187
4y ago
Surely the binaries generated by the JIT still get cached somewhere?
h3h3
4y ago
you can set a ReadyToRun flag on publish which pre jits your dlls
https://docs.microsoft.com/en-us/dotnet/core/deploying/ready...
j
/
k
navigate · click thread line to collapse