Joel Martinez
Joel Martinez
Originating bug report on the .net core API docs: https://github.com/dotnet/dotnet-api-docs/issues/2854 To summarize, we start with this method signature: ```csharp public static ImmutableArray ToImmutableArray(this ImmutableArray.Builder builder) ``` Compiler output is ```...
These updates will subsequently be pushed to the Xamarin developer portal here: https://developer.xamarin.com/api/root/CocosSharp/
Pulled down the code per the instructions in the '[Building AngryNinjas](https://github.com/xamarin/AngryNinjas#building-angryninjas)' section, and had to do this one additional step before I could open the angry ninjas solution :)
Currently, only the `Source` attribute is being used to name the `FrameworksIndex/*.xml` file, and in the resulting `` element. These values should be sourced from the `Name` attribute instead. _edit:_...
The DocId is a critical link for working with docs.microsoft.com ... right now, we just instruct any CI that runs in "frameworks mode" that they should include `-lang docid`, because...
After #284, let's update the project files as per https://github.com/mono/api-doc-tools/pull/246 to SDK style projects
A large portion of the mdoc codebase is related to creating language-specific signatures. This library easily be broken out into a separate library, and it would likely be useful for...
The test suite is one of the things that helps mdoc maintain backwards compatibility … without it, it would be impossible to determine if a change or new feature would...
Currently, mdoc's data model is basically the `XmlDocument` API ... the updater subcommand is tightly coupled with this API for both reading and writing. This project represents the effort to...
Memory usage and IO performance are areas that mdoc has opportunities for improvement. Currently, each XML file is read and written multiple times when there are multiple "frameworks" involved. Additionally,...