Craig Roberts
Craig Roberts
Note: I have started on this (so no one is doing double work)
Yes it uses Sandcastle. It uses formats like the following: ``` [title] ```
See issue #157 Add Links to Documentation
will go through these to add line breaks and remove extra white space
some of them already have it. IE: ` public abstract class AbstractChannelEvent : ManagerEvent`
See issue #157 Add Links to Documentation
will go through these to add line breaks and remove extra white space
> > Yes, **removeJsonTextAttribute** function does not work when **nativeType: true**. > > Is there any solution? Set nativeType in options to false and let the nativeType function handle converting...
> Not merged? :) This is what I have been using in the meantime: ``` StorageFolder? programDataFolder; FolderPicker folderPicker = new FolderPicker(); InitializeWithWindow.Initialize(folderPicker, App.MainWindow.GetWindowHandle()); folderPicker.ViewMode = PickerViewMode.List; folderPicker.SuggestedStartLocation = PickerLocationId.DocumentsLibrary;...
What exactly is this `"./*": "./*"` importing? `package.json` ```json "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./*": "./*"...