This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[scott@dev01:~/STAG]$ ./dev.sh | |
🔨 Welcome to devshell | |
[general commands] | |
dotnet - .NET SDK 6.0.100 | |
just - A handy way to save and run project-specific commands | |
menu - prints this menu | |
niv - Easy dependency management for Nix projects | |
node - Event-driven I/O framework for the V8 JavaScript engine | |
psql - A powerful, open source object-relational database system | |
treefmt - one CLI to format the code tree | |
[ops] | |
aws - Unified tool to manage your AWS services | |
tf - terraform CLI | |
[devshell]$ ls | |
BUILD.nix default.nix dev.sh example.secrets.json Justfile nix README.md result result-2 stag-api stag-ops stag-ui treefmt.toml | |
[devshell]$ cd stag-api/ | |
[devshell] stag-api $ ls | |
BatchJobs deps.nix NodaExtensions README.md STAG.Api.sln STAG.Business.Services STAG.Data STAG.Integrations STAG-linux.slnf STAG.sln.DotSettings.user STAGWeb.IntegrationTests StagWinForms TtRtdForwarder.Lib Utilities | |
BUILD.nix Justfile ProductDB scripts STAG.Business.Models STAG.Common STAG.Data.MainDatabase STAG.Interfaces STAG.sln STAGWeb STAGWebTests TtRtdForwarder TtRtdForwarder.Lib.Tests Utilities.Tests | |
[devshell] stag-api $ just build | |
dotnet build STAG-linux.slnf | |
Microsoft (R) Build Engine version 17.0.0+c9eb9dd64 for .NET | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Determining projects to restore... | |
Restored /home/scott/STAG/stag-api/Utilities/Utilities.csproj (in 708 ms). | |
Restored /home/scott/STAG/stag-api/STAGWeb/STAGWeb.csproj (in 235 ms). | |
Restored /home/scott/STAG/stag-api/STAGWebTests/STAGWebTests.csproj (in 979 ms). | |
Restored /home/scott/STAG/stag-api/STAG.Interfaces/STAG.Interfaces.csproj (in 46 ms). | |
Restored /home/scott/STAG/stag-api/STAG.Integrations/STAG.Integrations.csproj (in 42 ms). | |
Restored /home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj (in 26 ms). | |
Restored /home/scott/STAG/stag-api/STAG.Data.MainDatabase/STAG.Data.MainDatabase.csproj (in 44 ms). | |
Restored /home/scott/STAG/stag-api/STAG.Common/STAG.Common.csproj (in 48 ms). | |
Restored /home/scott/STAG/stag-api/STAGWeb.IntegrationTests/STAGWeb.IntegrationTests.csproj (in 319 ms). | |
Restored /home/scott/STAG/stag-api/STAG.Business.Services/STAG.Business.Services.csproj (in 31 ms). | |
Restored /home/scott/STAG/stag-api/STAG.Business.Models/STAG.Business.Models.csproj (in 22 ms). | |
Restored /home/scott/STAG/stag-api/NodaExtensions/NodaExtensions.csproj (in 2 ms). | |
Restored /home/scott/STAG/stag-api/ProductDB/ProductDB.csproj (in 10 ms). | |
Restored /home/scott/STAG/stag-api/BatchJobs/BatchJobs.csproj (in 21 ms). | |
STAG.Common -> /home/scott/STAG/stag-api/STAG.Common/bin/Debug/net6.0/STAG.Common.dll | |
NodaExtensions -> /home/scott/STAG/stag-api/NodaExtensions/bin/Debug/net6.0/NodaExtensions.dll | |
/home/scott/STAG/stag-api/Utilities/Instruments/CMEG/CmegOptionGroup.cs(46,21): warning CS0108: 'CmegOptionGroup.IsValidFor(LocalDate)' hides inherited member 'BaseFuturesOptionGroup.IsValidFor(LocalDate)'. Use the new keyword if hiding was intended. [/home/scott/STAG/stag-api/Utilities/Utilities.csproj] | |
/home/scott/STAG/stag-api/Utilities/FtpHelper.cs(31,52): warning SYSLIB0014: 'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/home/scott/STAG/stag-api/Utilities/Utilities.csproj] | |
/home/scott/STAG/stag-api/Utilities/FtpHelper.cs(53,52): warning SYSLIB0014: 'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/home/scott/STAG/stag-api/Utilities/Utilities.csproj] | |
STAG.Business.Models -> /home/scott/STAG/stag-api/STAG.Business.Models/bin/Debug/net6.0/STAG.Business.Models.dll | |
Utilities -> /home/scott/STAG/stag-api/Utilities/bin/Debug/net6.0/Utilities.dll | |
BatchJobs -> /home/scott/STAG/stag-api/BatchJobs/bin/Debug/net6.0/BatchJobs.dll | |
STAG.Interfaces -> /home/scott/STAG/stag-api/STAG.Interfaces/bin/Debug/net6.0/STAG.Interfaces.dll | |
STAG.Data.MainDatabase -> /home/scott/STAG/stag-api/STAG.Data.MainDatabase/bin/Debug/net6.0/STAG.Data.MainDatabase.dll | |
ProductDB -> /home/scott/STAG/stag-api/ProductDB/bin/Debug/net6.0/ProductDB.dll | |
STAG.Integrations -> /home/scott/STAG/stag-api/STAG.Integrations/bin/Debug/net6.0/STAG.Integrations.dll | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: Found conflicts between different versions of "Microsoft.EntityFrameworkCore.Relational" that could not be resolved. [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: There was a conflict between "Microsoft.EntityFrameworkCore.Relational, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" and "Microsoft.EntityFrameworkCore.Relational, Version=6.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60". [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: "Microsoft.EntityFrameworkCore.Relational, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" was chosen because it was primary and "Microsoft.EntityFrameworkCore.Relational, Version=6.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" was not. [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: References which depend on "Microsoft.EntityFrameworkCore.Relational, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" [/home/scott/.nuget/packages/microsoft.entityframeworkcore.relational/6.0.0/lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll]. [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/.nuget/packages/microsoft.entityframeworkcore.relational/6.0.0/lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: Project file item includes which caused reference "/home/scott/.nuget/packages/microsoft.entityframeworkcore.relational/6.0.0/lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll". [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/.nuget/packages/microsoft.entityframeworkcore.relational/6.0.0/lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: References which depend on "Microsoft.EntityFrameworkCore.Relational, Version=6.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" []. [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/ProductDB/bin/Debug/net6.0/ProductDB.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: Project file item includes which caused reference "/home/scott/STAG/stag-api/ProductDB/bin/Debug/net6.0/ProductDB.dll". [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/ProductDB/bin/Debug/net6.0/ProductDB.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Data.MainDatabase/bin/Debug/net6.0/STAG.Data.MainDatabase.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: Project file item includes which caused reference "/home/scott/STAG/stag-api/STAG.Data.MainDatabase/bin/Debug/net6.0/STAG.Data.MainDatabase.dll". [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Data.MainDatabase/bin/Debug/net6.0/STAG.Data.MainDatabase.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Common/bin/Debug/net6.0/STAG.Common.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: Project file item includes which caused reference "/home/scott/STAG/stag-api/STAG.Common/bin/Debug/net6.0/STAG.Common.dll". [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Common/bin/Debug/net6.0/STAG.Common.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/ProductDB/bin/Debug/net6.0/ProductDB.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Data.MainDatabase/bin/Debug/net6.0/STAG.Data.MainDatabase.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Business.Models/bin/Debug/net6.0/STAG.Business.Models.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Interfaces/bin/Debug/net6.0/STAG.Interfaces.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/Utilities/bin/Debug/net6.0/Utilities.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/Utilities/bin/Debug/net6.0/Utilities.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: Project file item includes which caused reference "/home/scott/STAG/stag-api/Utilities/bin/Debug/net6.0/Utilities.dll". [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/Utilities/bin/Debug/net6.0/Utilities.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/ProductDB/bin/Debug/net6.0/ProductDB.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Interfaces/bin/Debug/net6.0/STAG.Interfaces.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Data.MainDatabase/bin/Debug/net6.0/STAG.Data.MainDatabase.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
STAG.Data -> /home/scott/STAG/stag-api/STAG.Data/bin/Debug/net6.0/STAG.Data.dll | |
STAG.Business.Services -> /home/scott/STAG/stag-api/STAG.Business.Services/bin/Debug/net6.0/STAG.Business.Services.dll | |
STAGWeb -> /home/scott/STAG/stag-api/STAGWeb/bin/Debug/net6.0/STAGWeb.dll | |
STAGWebTests -> /home/scott/STAG/stag-api/STAGWebTests/bin/Debug/net6.0/STAGWebTests.dll | |
STAGWeb.IntegrationTests -> /home/scott/STAG/stag-api/STAGWeb.IntegrationTests/bin/Debug/net6.0/STAGWeb.IntegrationTests.dll | |
Build succeeded. | |
/home/scott/STAG/stag-api/Utilities/Instruments/CMEG/CmegOptionGroup.cs(46,21): warning CS0108: 'CmegOptionGroup.IsValidFor(LocalDate)' hides inherited member 'BaseFuturesOptionGroup.IsValidFor(LocalDate)'. Use the new keyword if hiding was intended. [/home/scott/STAG/stag-api/Utilities/Utilities.csproj] | |
/home/scott/STAG/stag-api/Utilities/FtpHelper.cs(31,52): warning SYSLIB0014: 'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/home/scott/STAG/stag-api/Utilities/Utilities.csproj] | |
/home/scott/STAG/stag-api/Utilities/FtpHelper.cs(53,52): warning SYSLIB0014: 'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' [/home/scott/STAG/stag-api/Utilities/Utilities.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: Found conflicts between different versions of "Microsoft.EntityFrameworkCore.Relational" that could not be resolved. [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: There was a conflict between "Microsoft.EntityFrameworkCore.Relational, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" and "Microsoft.EntityFrameworkCore.Relational, Version=6.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60". [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: "Microsoft.EntityFrameworkCore.Relational, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" was chosen because it was primary and "Microsoft.EntityFrameworkCore.Relational, Version=6.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" was not. [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: References which depend on "Microsoft.EntityFrameworkCore.Relational, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" [/home/scott/.nuget/packages/microsoft.entityframeworkcore.relational/6.0.0/lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll]. [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/.nuget/packages/microsoft.entityframeworkcore.relational/6.0.0/lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: Project file item includes which caused reference "/home/scott/.nuget/packages/microsoft.entityframeworkcore.relational/6.0.0/lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll". [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/.nuget/packages/microsoft.entityframeworkcore.relational/6.0.0/lib/net6.0/Microsoft.EntityFrameworkCore.Relational.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: References which depend on "Microsoft.EntityFrameworkCore.Relational, Version=6.0.3.0, Culture=neutral, PublicKeyToken=adb9793829ddae60" []. [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/ProductDB/bin/Debug/net6.0/ProductDB.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: Project file item includes which caused reference "/home/scott/STAG/stag-api/ProductDB/bin/Debug/net6.0/ProductDB.dll". [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/ProductDB/bin/Debug/net6.0/ProductDB.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Data.MainDatabase/bin/Debug/net6.0/STAG.Data.MainDatabase.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: Project file item includes which caused reference "/home/scott/STAG/stag-api/STAG.Data.MainDatabase/bin/Debug/net6.0/STAG.Data.MainDatabase.dll". [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Data.MainDatabase/bin/Debug/net6.0/STAG.Data.MainDatabase.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Common/bin/Debug/net6.0/STAG.Common.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: Project file item includes which caused reference "/home/scott/STAG/stag-api/STAG.Common/bin/Debug/net6.0/STAG.Common.dll". [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Common/bin/Debug/net6.0/STAG.Common.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/ProductDB/bin/Debug/net6.0/ProductDB.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Data.MainDatabase/bin/Debug/net6.0/STAG.Data.MainDatabase.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Business.Models/bin/Debug/net6.0/STAG.Business.Models.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Interfaces/bin/Debug/net6.0/STAG.Interfaces.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/Utilities/bin/Debug/net6.0/Utilities.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/Utilities/bin/Debug/net6.0/Utilities.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: Project file item includes which caused reference "/home/scott/STAG/stag-api/Utilities/bin/Debug/net6.0/Utilities.dll". [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/Utilities/bin/Debug/net6.0/Utilities.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/ProductDB/bin/Debug/net6.0/ProductDB.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Interfaces/bin/Debug/net6.0/STAG.Interfaces.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
/nix/store/87s452c8wj2zmy21q8q394f6rzf5y1br-dotnet-sdk-6.0.100/sdk/6.0.100/Microsoft.Common.CurrentVersion.targets(2304,5): warning MSB3277: /home/scott/STAG/stag-api/STAG.Data.MainDatabase/bin/Debug/net6.0/STAG.Data.MainDatabase.dll [/home/scott/STAG/stag-api/STAG.Data/STAG.Data.csproj] | |
4 Warning(s) | |
0 Error(s) | |
Time Elapsed 00:00:27.42 | |
[devshell] stag-api $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment