Daniel Svensson
Daniel Svensson
I did a quick troubleshoot of the issue and for my case it seems It (first?) triggered for an iso file in my collection. For the iso file tile "videoStream"...
I ran into this bug when trying to run our application on .NET 6, so I have tried to open an issue in https://github.com/aspnet/AspNetWebStack/issues/313 to get it fixed there. If...
Seems like they issued a fix in 3.2.8 I don't have the time to verify it at the moment, but it looks promising that it should be solvable by just...
As a nunit consumer, the current approach with debug builds does not give a good experience. The approach does not work with "just my code" - when trying to debug...
In case anyone have the time to look into this the following links might be useful. The 2 changes required to load adblock: http://bav0.com/converting-any-chrome-extension-to-edge-in-theory/ edge extension documentation https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/extensions/
@pfn It seems like microsoft has released a tool to perform the conversion. If you or anybody else has managed to install the windows anniversary update it might help porting...
### Analysis The problematic code seems to be with the "_dependentMaps" and `StateManager` WHen "UnTrracking" an entity it seems like StateManager tries to remove it from from DependentMap . Entity...
> What I meant is - it is confusing for users to have the whole builder api in FSharp.Core - netstandard2.1, and not have it in netstandard2.0. > Why not...
~~if you make a fix for this it would be great if you could make sure that attribute /attributesource are also supported.~~ ~~I just ran into a issue with "missing...
> I personally think it will be confusing for users, why is whole chunk of API (whole ValueTask builder) is missing in ns20 (sincle `AsyncValueTaskMethodBuilder` is ns21 only). Is there...