case 4642

This commit is contained in:
2026-02-13 09:13:54 -08:00
parent 9ad1da8981
commit 880f4802a4
3 changed files with 37 additions and 2 deletions

8
.gitignore vendored
View File

@@ -7,6 +7,9 @@ obj/
# Build outputs
dist/installers/
dist/linux-x64/
dist/subscription-build-linux-x64/
dist/win-x64/
# IDE
.vscode/settings.json
@@ -15,4 +18,7 @@ dist/installers/
# OS
Thumbs.db
Desktop.ini
.DS_Store
.DS_Store
/dist/linux-x64
/dist/subscription-build-linux-x64
/server/AyaNova/wwwroot

29
raven.sln Normal file
View File

@@ -0,0 +1,29 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "server", "server", "{DAD03CFC-D5FA-AC94-41C7-9ABAB326F09E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AyaNova", "server\AyaNova\AyaNova.csproj", "{EB46EC5A-1CCF-9219-AA77-D5C6FC33610A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB46EC5A-1CCF-9219-AA77-D5C6FC33610A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB46EC5A-1CCF-9219-AA77-D5C6FC33610A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB46EC5A-1CCF-9219-AA77-D5C6FC33610A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB46EC5A-1CCF-9219-AA77-D5C6FC33610A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EB46EC5A-1CCF-9219-AA77-D5C6FC33610A} = {DAD03CFC-D5FA-AC94-41C7-9ABAB326F09E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5059F748-7D55-4D34-925D-A1E9B13130DB}
EndGlobalSection
EndGlobal

View File

@@ -44,7 +44,7 @@ namespace AyaNova
private string _connectionString = "";
private readonly Microsoft.AspNetCore.Hosting.IWebHostEnvironment _hostingEnvironment;
//checkpoint commit comment for case 4586 prior to backend dependency update
//checkpoint commit comment for case 4642 to test GIT and build environment etc
////////////////////////////////////////////////////////////
//