Merge pull request #1 from DaveTTS/DaveTTS-patch-1

Update of GeneralMappingStrategy.cs
This commit is contained in:
DaveTTS 2017-04-27 17:18:09 +01:00 committed by GitHub
commit 79225ac04d

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