mirror of https://github.com/ogoun/Zero.git
1. CollectionFactory - create ienumerable and array in runtime 2. Configuration.Bind - map config to custom config classpull/1/head
parent
5ccb2120bf
commit
6a2a09514b
@ -0,0 +1,18 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ZeroLevel\ZeroLevel.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="config.ini">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
@ -0,0 +1,14 @@
|
||||
url=https://habr.ru
|
||||
batchSize=1000
|
||||
sheme=socks
|
||||
sheme=http
|
||||
sheme=https
|
||||
port=80
|
||||
port=90
|
||||
port=8800
|
||||
|
||||
[service]
|
||||
AppName=TestApp
|
||||
AppKey=test.app
|
||||
ServiceGroup=seo
|
||||
ServiceType=site
|
Loading…
Reference in new issue