Closed Donaut closed 1 year ago
Those methods indeed don't exist in the most recent released version of .Net (7.0). But the site shows the code from the main branch, i.e. it's effectively a preview of .Net 8 and those methods exist there. See also https://github.com/dotnet/runtime/issues/72999 for more details.
To sum up, there is nothing wrong with SourceBrowser.
The BitArray has methods like "HasAllSet", "HasAnySet" which are doesn't exist. Looking at the MSDN docs these methods are not found both in the framework and the newer core c# versions.