コード例 #1
0
        public JasperRegistry()
        {
            // Specific to JasperRegistry
            Hosting = this;
            deriveServiceName();

            // ASP.Net Core will freak out if this isn't there
            Hosting.UseSetting(WebHostDefaults.ApplicationKey, ApplicationAssembly.FullName);
        }