Results 17 comments of MSDN.WhiteKnight

Same issue with Structured navigation page: https://docs.microsoft.com/en-us/dotnet/desktop/wpf/app-development/structured-navigation-overview?view=netframeworkdesktop-4.8#creating-a-calling-page Some snippets have `}` characters needlessly separated into another code block.

You could also parse the raw content of API docs repo to get latest data, for example, querying https://raw.githubusercontent.com/dotnet/dotnet-api-docs/main/xml/System/Object.xml URL will give you `System.Object` docs in monodoc XML format. I...

I think that section would need the same treatment as "Assemblies in .NET", move part of articles applicable to both .NET Framework and .NET Core into .NET Fundamentals, and leave...

>The main attribute target can be used in any compilation unit. In particular, it does need to be in the same compilation file as the top level program. This is...

In .NET 7 could be worked around using [RuntimeTypeHandle.FromIntPtr](https://github.com/dotnet/runtime/issues/67090)

Fixed on GitFlic: https://gitflic.ru/project/smallsoft/ciltools/commit/db899a4d3dfa6d0145dcbfcc6381c825c5e1b13b Remaining: - [ ] Function pointers support

I could potentially format links as code to prevent Github from parsing them as links and creating cross-references. Currently i don't see it as a big issue, i could just...

Thorium drama - https://github.com/Alex313031/thorium/issues/463 - https://github.com/Alex313031/thorium/issues/468

Daebot stars drama: https://github.com/daeuniverse/dae/issues/368

obs-studio - Adding Kick as Stream Service: https://github.com/obsproject/obs-studio/pull/10043