Created
November 28, 2024 07:56
-
-
Save gnerkus/b2f6b417bd93d4a2309bc80ef847cc9e to your computer and use it in GitHub Desktop.
Template Minimal API
This file contains hidden or 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
Build started 11/28/2024 8:37:43. | |
Logging verbosity is set to: Normal. 1>Project "D:\Projects\App-Workspace\Csharp\minimalref\minimalref.csproj" on node 1 (build target(s)). | |
1>ResolveStaticWebAssetsConfiguration: | |
Creating directory "obj\Debug\net8.0\staticwebassets\". | |
GenerateTargetFrameworkMonikerAttribute: | |
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files. | |
CoreGenerateAssemblyInfo: | |
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files. | |
_DiscoverMvcApplicationParts: | |
Could not infer the type of parameter "#1" because the attribute type is unknown. The value will be treated as a string. | |
Could not infer the type of parameter "#1" because the attribute type is unknown. The value will be treated as a string. | |
Creating "obj\Debug\net8.0\minimalref.MvcApplicationPartsAssemblyInfo.cache" because "AlwaysCreate" was specified. | |
Touching "obj\Debug\net8.0\minimalref.MvcApplicationPartsAssemblyInfo.cache". | |
_GenerateSourceLinkFile: | |
Source Link is empty, file 'obj\Debug\net8.0\minimalref.sourcelink.json' does not exist. | |
CoreCompile: C:\Program Files\dotnet\dotnet.exe exec ... <long list of arguments> | |
CompilerServer: server - server processed compilation - minimalref (net8.0) | |
_GenerateScopedCssFiles: | |
Skipping target "_GenerateScopedCssFiles" because it has no outputs. | |
_GenerateScopedCssFiles: | |
Skipping target "_GenerateScopedCssFiles" because it has no outputs. | |
_BuildCopyStaticWebAssetsPreserveNewest: | |
Skipping target "_BuildCopyStaticWebAssetsPreserveNewest" because it has no outputs. | |
_CopyFilesMarkedCopyLocal: | |
Copying file from "C:\Users\you\.nuget\packages\microsoft.aspnetcore.openapi\8.0.11\lib\net8.0\Microsoft.AspNetCore.OpenApi.dll" to "D:\Projects\App-Workspace\Csharp\minimalref\bin\Debug\net8.0\Microsoft.AspNetCore.OpenApi.dll". | |
Copying file from "C:\Users\you\.nuget\packages\swashbuckle.aspnetcore.swagger\6.6.2\lib\net8.0\Swashbuckle.AspNetCore.Swagger.dll" to "D:\Projects\App-Workspace\Csharp\minimalref\bin\Debug\net8.0\Swashbuckle.AspNetCore.Swagger.dll". | |
Copying file from "C:\Users\you\.nuget\packages\microsoft.openapi\1.6.14\lib\netstandard2.0\Microsoft.OpenApi.dll" to "D:\Projects\App-Workspace\Csharp\minimalref\bin\Debug\net8.0\Microsoft.OpenApi.dll". | |
Copying file from "C:\Users\you\.nuget\packages\swashbuckle.aspnetcore.swaggerui\6.6.2\lib\net8.0\Swashbuckle.AspNetCore.SwaggerUI.dll" to "D:\Projects\App-Workspace\Csharp\minimalref\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerUI.dll". | |
Copying file from "C:\Users\you\.nuget\packages\swashbuckle.aspnetcore.swaggergen\6.6.2\lib\net8.0\Swashbuckle.AspNetCore.SwaggerGen.dll" to "D:\Projects\App-Workspace\Csharp\minimalref\bin\Debug\net8.0\Swashbuckle.AspNetCore.SwaggerGen.dll". | |
Creating "D:\Projects\App-Workspace\Csharp\minimalref\obj\Debug\net8.0\minimalref.csproj.Up2Date" because "AlwaysCreate" was specified. | |
Touching "D:\Projects\App-Workspace\Csharp\minimalref\obj\Debug\net8.0\minimalref.csproj.Up2Date". | |
_CopyOutOfDateSourceItemsToOutputDirectory: | |
Copying file from "D:\Projects\App-Workspace\Csharp\minimalref\appsettings.Development.json" to "D:\Projects\App-Workspace\Csharp\minimalref\bin\Debug\net8.0\appsettings.Development.json". | |
Copying file from "D:\Projects\App-Workspace\Csharp\minimalref\appsettings.json" to "D:\Projects\App-Workspace\Csharp\minimalref\bin\Debug\net8.0\appsettings.json". | |
Copying file from "D:\Projects\App-Workspace\Csharp\minimalref\global.json" to "D:\Projects\App-Workspace\Csharp\minimalref\bin\Debug\net8.0\global.json". | |
Copying file from "D:\Projects\App-Workspace\Csharp\minimalref\obj\Debug\net8.0\apphost.exe" to "D:\Projects\App-Workspace\Csharp\minimalref\bin\Debug\net8.0\minimalref.exe". | |
CopyFilesToOutputDirectory: | |
Copying file from "D:\Projects\App-Workspace\Csharp\minimalref\obj\Debug\net8.0\minimalref.dll" to "D:\Projects\App-Workspace\Csharp\minimalref\bin\Debug\net8.0\minimalref.dll". | |
Copying reference assembly from "obj\Debug\net8.0\refint\minimalref.dll" to "D:\Projects\App-Workspace\Csharp\minimalref\obj\Debug\net8.0\ref\minimalref.dll". | |
minimalref -> D:\Projects\App-Workspace\Csharp\minimalref\bin\Debug\net8.0\minimalref.dll | |
Copying file from "D:\Projects\App-Workspace\Csharp\minimalref\obj\Debug\net8.0\minimalref.pdb" to "D:\Projects\App-Workspace\Csharp\minimalref\bin\Debug\net8.0\minimalref.pdb". | |
1>Done Building Project "D:\Projects\App-Workspace\Csharp\minimalref\minimalref.csproj" (build target(s)). | |
Build succeeded. | |
0 Warning(s) | |
0 Error(s) | |
Time Elapsed 00:00:01.16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment