- Add .NET 8 backend with Clean Architecture - Add React + Vite + TypeScript frontend - Implement authentication with JWT - Implement Azure Blob Storage client - Implement OCR integration - Implement supplier matching service - Implement voucher generation - Implement Fortnox provider - Add unit and integration tests - Add Docker Compose configuration
288 lines
11 KiB
JSON
288 lines
11 KiB
JSON
{
|
|
"format": 1,
|
|
"restore": {
|
|
"C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\tests\\InvoiceMaster.UnitTests\\InvoiceMaster.UnitTests.csproj": {}
|
|
},
|
|
"projects": {
|
|
"C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Application\\InvoiceMaster.Application.csproj": {
|
|
"version": "1.0.0",
|
|
"restore": {
|
|
"projectUniqueName": "C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Application\\InvoiceMaster.Application.csproj",
|
|
"projectName": "InvoiceMaster.Application",
|
|
"projectPath": "C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Application\\InvoiceMaster.Application.csproj",
|
|
"packagesPath": "C:\\Users\\yaoji\\.nuget\\packages\\",
|
|
"outputPath": "C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Application\\obj\\",
|
|
"projectStyle": "PackageReference",
|
|
"fallbackFolders": [
|
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
],
|
|
"configFilePaths": [
|
|
"C:\\Users\\yaoji\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
],
|
|
"originalTargetFrameworks": [
|
|
"net8.0"
|
|
],
|
|
"sources": {
|
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
"https://api.nuget.org/v3/index.json": {},
|
|
"https://pkgs.dev.azure.com/billodev/2c2b8bbf-61f2-43f4-b4bb-2017cef20a2c/_packaging/BilloFeed/nuget/v3/index.json": {}
|
|
},
|
|
"frameworks": {
|
|
"net8.0": {
|
|
"targetAlias": "net8.0",
|
|
"projectReferences": {
|
|
"C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Core\\InvoiceMaster.Core.csproj": {
|
|
"projectPath": "C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Core\\InvoiceMaster.Core.csproj"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"warningProperties": {
|
|
"allWarningsAsErrors": true,
|
|
"warnAsError": [
|
|
"NU1605"
|
|
]
|
|
},
|
|
"restoreAuditProperties": {
|
|
"enableAudit": "true",
|
|
"auditLevel": "low",
|
|
"auditMode": "direct"
|
|
},
|
|
"SdkAnalysisLevel": "10.0.100"
|
|
},
|
|
"frameworks": {
|
|
"net8.0": {
|
|
"targetAlias": "net8.0",
|
|
"dependencies": {
|
|
"AutoMapper": {
|
|
"target": "Package",
|
|
"version": "[12.0.1, )"
|
|
},
|
|
"FluentValidation": {
|
|
"target": "Package",
|
|
"version": "[11.8.1, )"
|
|
},
|
|
"MediatR": {
|
|
"target": "Package",
|
|
"version": "[12.2.0, )"
|
|
},
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": {
|
|
"target": "Package",
|
|
"version": "[8.0.0, )"
|
|
},
|
|
"StyleCop.Analyzers": {
|
|
"include": "Runtime, Build, Native, ContentFiles, Analyzers",
|
|
"suppressParent": "All",
|
|
"target": "Package",
|
|
"version": "[1.2.0-beta.556, )"
|
|
}
|
|
},
|
|
"imports": [
|
|
"net461",
|
|
"net462",
|
|
"net47",
|
|
"net471",
|
|
"net472",
|
|
"net48",
|
|
"net481"
|
|
],
|
|
"assetTargetFallback": true,
|
|
"warn": true,
|
|
"frameworkReferences": {
|
|
"Microsoft.NETCore.App": {
|
|
"privateAssets": "all"
|
|
}
|
|
},
|
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.102/PortableRuntimeIdentifierGraph.json"
|
|
}
|
|
}
|
|
},
|
|
"C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Core\\InvoiceMaster.Core.csproj": {
|
|
"version": "1.0.0",
|
|
"restore": {
|
|
"projectUniqueName": "C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Core\\InvoiceMaster.Core.csproj",
|
|
"projectName": "InvoiceMaster.Core",
|
|
"projectPath": "C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Core\\InvoiceMaster.Core.csproj",
|
|
"packagesPath": "C:\\Users\\yaoji\\.nuget\\packages\\",
|
|
"outputPath": "C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Core\\obj\\",
|
|
"projectStyle": "PackageReference",
|
|
"fallbackFolders": [
|
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
],
|
|
"configFilePaths": [
|
|
"C:\\Users\\yaoji\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
],
|
|
"originalTargetFrameworks": [
|
|
"net8.0"
|
|
],
|
|
"sources": {
|
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
"https://api.nuget.org/v3/index.json": {},
|
|
"https://pkgs.dev.azure.com/billodev/2c2b8bbf-61f2-43f4-b4bb-2017cef20a2c/_packaging/BilloFeed/nuget/v3/index.json": {}
|
|
},
|
|
"frameworks": {
|
|
"net8.0": {
|
|
"targetAlias": "net8.0",
|
|
"projectReferences": {}
|
|
}
|
|
},
|
|
"warningProperties": {
|
|
"allWarningsAsErrors": true,
|
|
"warnAsError": [
|
|
"NU1605"
|
|
]
|
|
},
|
|
"restoreAuditProperties": {
|
|
"enableAudit": "true",
|
|
"auditLevel": "low",
|
|
"auditMode": "direct"
|
|
},
|
|
"SdkAnalysisLevel": "10.0.100"
|
|
},
|
|
"frameworks": {
|
|
"net8.0": {
|
|
"targetAlias": "net8.0",
|
|
"dependencies": {
|
|
"StyleCop.Analyzers": {
|
|
"include": "Runtime, Build, Native, ContentFiles, Analyzers",
|
|
"suppressParent": "All",
|
|
"target": "Package",
|
|
"version": "[1.2.0-beta.556, )"
|
|
}
|
|
},
|
|
"imports": [
|
|
"net461",
|
|
"net462",
|
|
"net47",
|
|
"net471",
|
|
"net472",
|
|
"net48",
|
|
"net481"
|
|
],
|
|
"assetTargetFallback": true,
|
|
"warn": true,
|
|
"frameworkReferences": {
|
|
"Microsoft.NETCore.App": {
|
|
"privateAssets": "all"
|
|
}
|
|
},
|
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.102/PortableRuntimeIdentifierGraph.json"
|
|
}
|
|
}
|
|
},
|
|
"C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\tests\\InvoiceMaster.UnitTests\\InvoiceMaster.UnitTests.csproj": {
|
|
"version": "1.0.0",
|
|
"restore": {
|
|
"projectUniqueName": "C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\tests\\InvoiceMaster.UnitTests\\InvoiceMaster.UnitTests.csproj",
|
|
"projectName": "InvoiceMaster.UnitTests",
|
|
"projectPath": "C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\tests\\InvoiceMaster.UnitTests\\InvoiceMaster.UnitTests.csproj",
|
|
"packagesPath": "C:\\Users\\yaoji\\.nuget\\packages\\",
|
|
"outputPath": "C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\tests\\InvoiceMaster.UnitTests\\obj\\",
|
|
"projectStyle": "PackageReference",
|
|
"fallbackFolders": [
|
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
],
|
|
"configFilePaths": [
|
|
"C:\\Users\\yaoji\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
],
|
|
"originalTargetFrameworks": [
|
|
"net8.0"
|
|
],
|
|
"sources": {
|
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
"https://api.nuget.org/v3/index.json": {},
|
|
"https://pkgs.dev.azure.com/billodev/2c2b8bbf-61f2-43f4-b4bb-2017cef20a2c/_packaging/BilloFeed/nuget/v3/index.json": {}
|
|
},
|
|
"frameworks": {
|
|
"net8.0": {
|
|
"targetAlias": "net8.0",
|
|
"projectReferences": {
|
|
"C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Application\\InvoiceMaster.Application.csproj": {
|
|
"projectPath": "C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Application\\InvoiceMaster.Application.csproj"
|
|
},
|
|
"C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Core\\InvoiceMaster.Core.csproj": {
|
|
"projectPath": "C:\\Users\\yaoji\\git\\ColaCoder\\accounting-system\\backend\\src\\InvoiceMaster.Core\\InvoiceMaster.Core.csproj"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"warningProperties": {
|
|
"allWarningsAsErrors": true,
|
|
"warnAsError": [
|
|
"NU1605"
|
|
]
|
|
},
|
|
"restoreAuditProperties": {
|
|
"enableAudit": "true",
|
|
"auditLevel": "low",
|
|
"auditMode": "direct"
|
|
},
|
|
"SdkAnalysisLevel": "10.0.100"
|
|
},
|
|
"frameworks": {
|
|
"net8.0": {
|
|
"targetAlias": "net8.0",
|
|
"dependencies": {
|
|
"FluentAssertions": {
|
|
"target": "Package",
|
|
"version": "[6.12.0, )"
|
|
},
|
|
"Microsoft.NET.Test.Sdk": {
|
|
"target": "Package",
|
|
"version": "[17.8.0, )"
|
|
},
|
|
"Moq": {
|
|
"target": "Package",
|
|
"version": "[4.20.69, )"
|
|
},
|
|
"StyleCop.Analyzers": {
|
|
"include": "Runtime, Build, Native, ContentFiles, Analyzers",
|
|
"suppressParent": "All",
|
|
"target": "Package",
|
|
"version": "[1.2.0-beta.556, )"
|
|
},
|
|
"coverlet.collector": {
|
|
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
|
"suppressParent": "All",
|
|
"target": "Package",
|
|
"version": "[6.0.0, )"
|
|
},
|
|
"xunit": {
|
|
"target": "Package",
|
|
"version": "[2.6.2, )"
|
|
},
|
|
"xunit.runner.visualstudio": {
|
|
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
|
"suppressParent": "All",
|
|
"target": "Package",
|
|
"version": "[2.5.4, )"
|
|
}
|
|
},
|
|
"imports": [
|
|
"net461",
|
|
"net462",
|
|
"net47",
|
|
"net471",
|
|
"net472",
|
|
"net48",
|
|
"net481"
|
|
],
|
|
"assetTargetFallback": true,
|
|
"warn": true,
|
|
"frameworkReferences": {
|
|
"Microsoft.NETCore.App": {
|
|
"privateAssets": "all"
|
|
}
|
|
},
|
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.102/PortableRuntimeIdentifierGraph.json"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |