Update of GeneralMappingStrategy.cs
Fix to PreLoadedAssembly as XML was not working addition of [XmlIgnoreAttribute]
This commit is contained in:
parent
5643bab099
commit
d5edfea5cf
|
@ -47,6 +47,7 @@ namespace AsterNET.FastAGI.MappingStrategies
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string ScriptAssmebly { get; set; }
|
public string ScriptAssmebly { get; set; }
|
||||||
|
|
||||||
|
[XmlIgnoreAttribute]
|
||||||
public Assembly PreLoadedAssembly { get; set; }
|
public Assembly PreLoadedAssembly { get; set; }
|
||||||
|
|
||||||
public static List<ScriptMapping> LoadMappings(string pathToXml)
|
public static List<ScriptMapping> LoadMappings(string pathToXml)
|
||||||
|
|
Loading…
Reference in a new issue