-
Westwind.RazorHosting assembly should be strong named. Otherwise, it is not possible to use from strongly named assemblies.
-
Would it be possible to add an html viewer for resources? It can be added to the dialog box that opens a resource, upon double clicking the language entry for a resource value.
-
This is fixable with the LEAVE command, but this puts the character in room 0. Purge should put the character outside of their vehicle (as well as any NPCs etc).
-
I pulled the latest source for MM and also TOC, and I'm puzzled because of the information found in
I'm seeing \n used for linefeeds, as returned in the `MarkdownDocumentEditor.GetMarkdown()` …
-
I am considering creating a new GUI for CKAN which is native to macOS. I would like to make the GUI using Xamarin.Mac and Xamarin.Forms. In order to compile CKAN for Xamarin.Mac, CKAN-core must be mov…
jbrot updated
5 years ago
-
#### Error Message:
OLE IDispatch exception code 0 from wwDotNetBridge: Method 'Westwind.WebConnection.FileUtils.SaveFileDialog' not found...
#### Error Number: 1429
#### Module:
PROCEDURE …
-
Firstly what a great library, keep up the good work!
I found an issue when trying to specify http support in kestrel. With your reload library enabled, an error is thrown and the the application ke…
-
how to remove property from Westwind.Utilities.Dynamic.Expando
my tries but app crash
any way to remove property from object
```
public class modelStatic : Westwind.Utilities.Dynamic.Expan…
-
Open new document.
Type single letter 'a' on first line, single letter 'b' on second line.
Select both lines. Press Alt-C to convert to text-as-code. Select "Text - plain text, no formatting". S…
-
Hi,
I have two Entity classes:
private class RouteEntity
{
public int Id { get; set; }
public string Name { get; set; }
public string Desc…