Merge pull request #99 from DaveTTS/master

GeneralMappingStrategy.cs Change to allow XML
This commit is contained in:
Ben Merrills 2017-04-28 09:35:51 +01:00 committed by GitHub
commit ae90d6d5be

View file

@ -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
}
}
}
}