AppHost.cs
// License BSD https://github.com/ServiceStack/servicestack-client/blob/master/LICENSE.txt
// Partial AppConfig used by ArchiveServices.cs
public class AppConfig
{
public Dictionary<string, HashSet<string>> TemplateMixMap { get; set; } = new();
}
public class AppHost : AppHostBase
{
This file has been truncated. show original
ArchiveServices.cs
// License BSD https://github.com/ServiceStack/servicestack-client/blob/master/LICENSE.txt
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
This file has been truncated. show original
template-mix.txt
NetCoreTemplates/angular-lite-spa auth,auth-db,auth-redis,auth-dynamodb,auth-memory,postgres,sqlserver,mysql,firebird,oracle,redis,dynamodb,ravendb,mongodb,backgroundmq,rabbitmq,sqs,servicebus,redismq,autoquery,autocrudgen,validation,serverevents,openapi,postman2
NetCoreTemplates/react-lite auth,auth-db,auth-redis,auth-dynamodb,auth-memory,postgres,sqlserver,mysql,firebird,oracle,redis,dynamodb,ravendb,mongodb,backgroundmq,rabbitmq,sqs,servicebus,redismq,autoquery,autocrudgen,validation,serverevents,openapi,postman2
NetCoreTemplates/vue-lite auth,auth-db,auth-redis,auth-dynamodb,auth-memory,postgres,sqlserver,mysql,firebird,oracle,redis,dynamodb,ravendb,mongodb,backgroundmq,rabbitmq,sqs,servicebus,redismq,autoquery,autocrudgen,validation,serverevents,openapi,postman2
NetCoreTemplates/grpc auth,auth-db,auth-redis,auth-dynamodb,auth-memory,postgres,sqlserver,mysql,firebird,oracle,redis,dynamodb,ravendb,mongodb,backgroundmq,rabbitmq,sqs,servicebus,redismq,autoquery,autocrudgen,validation,serverevents,openapi,postman2
NetCoreTemplates/mvcidentity auth,auth-db,auth-redis,auth-dynamodb,auth-memory,postgres,sqlserver,mysql,firebird,oracle,redis,dynamodb,ravendb,mongodb,backgroundmq,rabbitmq,sqs,servicebus,redismq,autoquery,autocrudgen,validation,serverevents,openapi,postman2
NetCoreTemplates/mvcidentityserver auth,auth-db,auth-redis,auth-dynamodb,auth-memory,postgres,sqlserver,mysql,firebird,oracle,redis,dynamodb,ravendb,mongodb,backgroundmq,rabbitmq,sqs,servicebus,redismq,autoquery,autocrudgen,validation,serverevents,openapi,postman2
NetCoreTemplates/vue-desktop auth,auth-db,auth-redis,auth-dynamodb,auth-memory,postgres,sqlserver,mysql,firebird,oracle,redis,dynamodb,ravendb,mongodb,backgroundmq,rabbitmq,sqs,servicebus,redismq,autoquery,autocrudgen,validation,serverevents,openapi,postman2
NetCoreTemplates/worker-rabbitmq auth,auth-db,auth-redis,auth-dynamodb,auth-memory,postgres,sqlserver,mysql,firebird,oracle,redis,dynamodb,ravendb,mongodb,backgroundmq,rabbitmq,sqs,servicebus,redismq,autoquery,autocrudgen,validation,serverevents,openapi,postman2
NetCoreTemplates/worker-redismq auth,auth-db,auth-redis,auth-dynamodb,auth-memory,postgres,sqlserver,mysql,firebird,oracle,redis,dynamodb,ravendb,mongodb,backgroundmq,rabbitmq,sqs,servicebus,redismq,autoquery,autocrudgen,validation,serverevents,openapi,postman2
NetCoreTemplates/worker-servicebus auth,auth-db,auth-redis,auth-dynamodb,auth-memory,postgres,sqlserver,mysql,firebird,oracle,redis,dynamodb,ravendb,mongodb,backgroundmq,rabbitmq,sqs,servicebus,redismq,autoquery,autocrudgen,validation,serverevents,openapi,postman2
This file has been truncated. show original