Compare commits

...

1 Commits

Author SHA1 Message Date
89233b76c5
fix: delete files not ready for production from main branch 2023-10-25 12:02:51 +03:00
16 changed files with 0 additions and 233 deletions

View File

@ -1,9 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>

View File

@ -1,6 +0,0 @@
var builder = WebApplication.CreateBuilder(args);
var app = builder.Build();
app.MapGet("/", () => "Hello World!");
app.Run();

View File

@ -1,37 +0,0 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:30641",
"sslPort": 44361
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5220",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7284;http://localhost:5220",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

View File

@ -1,8 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}

View File

@ -1,9 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}

View File

@ -1,9 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

View File

@ -1,9 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

View File

@ -1,9 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

View File

@ -1,24 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>

View File

@ -1,10 +0,0 @@
namespace AutobusApi.IntegrationTests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}

View File

@ -1 +0,0 @@
global using Xunit;

View File

@ -1,9 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

View File

@ -1,24 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="3.1.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>

View File

@ -1,10 +0,0 @@
namespace AutobusApi.UnitTests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}

View File

@ -1 +0,0 @@
global using Xunit;

View File

@ -1,58 +0,0 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.Api", "AutobusApi.Api\AutobusApi.Api.csproj", "{AF82B5E2-D3A7-4C79-A6F2-079EE35064BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.Application", "AutobusApi.Application\AutobusApi.Application.csproj", "{121EB271-D750-4464-9A47-07FE8856E663}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.Domain", "AutobusApi.Domain\AutobusApi.Domain.csproj", "{4CF2C32F-C2C4-421E-B4F5-D183DDB61D97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.Infrastructure", "AutobusApi.Infrastructure\AutobusApi.Infrastructure.csproj", "{2E3070F2-9E18-4275-AD4B-DC7605839EA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.IntegrationTests", "AutobusApi.IntegrationTests\AutobusApi.IntegrationTests.csproj", "{89BC05CE-91D8-440C-89AB-E37D3A6AF49A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.Persistence", "AutobusApi.Persistence\AutobusApi.Persistence.csproj", "{3EE87DBF-F48C-4E80-BA41-FDF22C0E9234}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutobusApi.UnitTests", "AutobusApi.UnitTests\AutobusApi.UnitTests.csproj", "{93330D27-069C-4BCD-BE6F-FCF1D2BFE3FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF82B5E2-D3A7-4C79-A6F2-079EE35064BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF82B5E2-D3A7-4C79-A6F2-079EE35064BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF82B5E2-D3A7-4C79-A6F2-079EE35064BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF82B5E2-D3A7-4C79-A6F2-079EE35064BD}.Release|Any CPU.Build.0 = Release|Any CPU
{121EB271-D750-4464-9A47-07FE8856E663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{121EB271-D750-4464-9A47-07FE8856E663}.Debug|Any CPU.Build.0 = Debug|Any CPU
{121EB271-D750-4464-9A47-07FE8856E663}.Release|Any CPU.ActiveCfg = Release|Any CPU
{121EB271-D750-4464-9A47-07FE8856E663}.Release|Any CPU.Build.0 = Release|Any CPU
{4CF2C32F-C2C4-421E-B4F5-D183DDB61D97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CF2C32F-C2C4-421E-B4F5-D183DDB61D97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CF2C32F-C2C4-421E-B4F5-D183DDB61D97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CF2C32F-C2C4-421E-B4F5-D183DDB61D97}.Release|Any CPU.Build.0 = Release|Any CPU
{2E3070F2-9E18-4275-AD4B-DC7605839EA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E3070F2-9E18-4275-AD4B-DC7605839EA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E3070F2-9E18-4275-AD4B-DC7605839EA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E3070F2-9E18-4275-AD4B-DC7605839EA6}.Release|Any CPU.Build.0 = Release|Any CPU
{89BC05CE-91D8-440C-89AB-E37D3A6AF49A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89BC05CE-91D8-440C-89AB-E37D3A6AF49A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89BC05CE-91D8-440C-89AB-E37D3A6AF49A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89BC05CE-91D8-440C-89AB-E37D3A6AF49A}.Release|Any CPU.Build.0 = Release|Any CPU
{3EE87DBF-F48C-4E80-BA41-FDF22C0E9234}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EE87DBF-F48C-4E80-BA41-FDF22C0E9234}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EE87DBF-F48C-4E80-BA41-FDF22C0E9234}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EE87DBF-F48C-4E80-BA41-FDF22C0E9234}.Release|Any CPU.Build.0 = Release|Any CPU
{93330D27-069C-4BCD-BE6F-FCF1D2BFE3FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93330D27-069C-4BCD-BE6F-FCF1D2BFE3FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93330D27-069C-4BCD-BE6F-FCF1D2BFE3FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93330D27-069C-4BCD-BE6F-FCF1D2BFE3FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal