Morten Nielsen

Results 336 comments of Morten Nielsen

@Zastai An approach that worked better for us was to add `#nullable disabled` instead to all files, enable it for the project, and then progressively start removing them file by...

I even wrote a commandline tool that'll give you stats on how many lines of code you got left per-folder to help track progress: https://www.nuget.org/packages/dotMorten.NullabilityStats/

@macrogreg I'm able to generate doc for multiple frameworks without needing to merge at all. Here's one example: https://developers.arcgis.com/net/api-reference/index.html. It creates individual docs for each TFM (hence the index) and...

Nice to see a PR has been submitted to address this. It's been quite an issue for us.

I've noticed this is happening for me as well for monoandroid and UWP TFMs, but it works fine for other TFMs. I'm guessing there's some sort of type-lookup issue with...

Without the SDK available, it can't generate the metadata needed, since it won't be able to understand the project or infer the type parameters. Once you have generated the API...

I’m assuming this is the metadata step? There’s no way to analyze and generate metadata from a project and source code without having the tools to interpret that.

All you _really_ need are the SDKs that your projects rely on, so they can be understood. (yes build tools also install these if you enable the right workloads)

Just realized there's a PR here: https://github.com/hawkerm/monaco-editor-uwp/pull/32

Could we perhaps update the readme to not point to `nonius.io` ? I'm getting redirected to various ad sites, and sometimes those are flagged malicious.