Ruben Prins
Ruben Prins
@vogloblinsky Thank for the quick fix. Just one question, as I can't test it right now: would this fix also show the type parameters for classes & interfaces, or just...
Just look at my sample under "Reproduce the error". The class `Sample` canot be recognized as generic in the description or navigation. Not sure it makes sense to spell out...
Not sure the mentioned fix actually works: I have a list of .NET 6 (RC1) assemblies including netstandard 2.1, but Assembly References to netstandard 2.0 always resolve to the 2.0.0.0,...
I think the quoted text is a red herring; AFAICT, it's about .NET code access security, whereas this access denied error comes from Windows. Problem stands, though.
We've run into similar problems (IIS site name in our case), and the way we managed to work around this limitation, was to introduce a well-known environment variable via system.webServer/aspNetCore/environmentVariables...
Just ran into it, so not stale.
Same here, but not just PDF, also SVG previews have a tendency to cause this.
To add my 2 cents, it would be really convenient if you could set attribute converters/serializers if you want to be able to specify almost-primitive values like dates, such as...
@johnjenkins In my case, that could work. At least it would be a lot better than the whole mess I described above, including checks for not updating unchanged values. (And...