An editor for Microsoft Adaptive Cards that supports the new templating language and DOESN'T use JavaScript, because JavaScript isn't a real programming language.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
885 B

<?xml version="1.0" encoding="utf-8"?>
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Library Name="MonacoEditorComponent">
<!-- Add your library directives here -->
<Namespace Name="Monaco.Editor" Serialize="All" Dynamic="All"/>
<Namespace Name="Monaco.Helpers" Serialize="All" Dynamic="All"/>
<Namespace Name="Monaco.Languages" Serialize="All" Dynamic="All"/>
<Namespace Name="Monaco" Serialize="All" Dynamic="All"/>
<Type Name="Monaco.Helpers.InterfaceToClassConverter{TInterface, TClass}">
<GenericParameter Name="TInterface" Dynamic="All" />
<GenericParameter Name="TClass" Dynamic="All" />
</Type>
<Type Name="Newtonsoft.Json.JsonConvert">
<Method Name="SerializeObject">
<Parameter Name="value" Serialize="Required All" />
</Method>
</Type>
</Library>
</Directives>