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>
|
||||
public string ScriptAssmebly { get; set; }
|
||||
|
||||
[XmlIgnoreAttribute]
|
||||
public Assembly PreLoadedAssembly { get; set; }
|
||||
|
||||
public static List<ScriptMapping> LoadMappings(string pathToXml)
|
||||
|
@ -184,4 +185,4 @@ namespace AsterNET.FastAGI.MappingStrategies
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue