Click here to Skip to main content
15,884,237 members

Comments by Mehdi Gholam (Top 200 by date)

Mehdi Gholam 13-Nov-20 9:59am View    
Found the problem, posted the solution.
Mehdi Gholam 12-Nov-20 10:21am View    
Using the project file
dotnet build -c Release fastJSONCore.csproj
works!
Mehdi Gholam 12-Nov-20 5:38am View    
I posted an issue to MS on github yesterday, waiting for a reply.
Mehdi Gholam 12-Nov-20 5:35am View    
nope, still the same.
Mehdi Gholam 11-Nov-20 10:37am View    
dotnet build -c Release fastJSONCore.sln -v n
Microsoft (R) Build Engine version 16.8.0+126527ff1 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 2020-11-11
     1>Project "xxxxxxxxxxxxx\fastJSONCore.sln" on node 1 (Restore target(s)).
     1>ValidateSolutionConfiguration:
         Building solution configuration "Release|Any CPU".
       _GetAllRestoreProjectPathItems:
         Determining projects to restore...
       Restore:
         Committing restore...
         Assets file has not changed. Skipping assets file writing. Path: xxxxxxxxxxxxx\fastJSONcore\obj\project.assets.json
         Restored xxxxxxxxxxxxx\fastJSONcore\fastJSON.csproj (in 30 ms).

         NuGet Config files used:
             C:\Users\mgholam\AppData\Roaming\NuGet\NuGet.Config
             C:\Program Files (x86)\NuGet\Config\Microsoft.VisualStudio.Offline.config

         Feeds used:
             https://api.nuget.org/v3/index.json
             C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\
         All projects are up-to-date for restore.
     1>Done Building Project "xxxxxxxxxxxxx\fastJSONCore.sln" (Restore target(s)).
   1:2>Project "xxxxxxxxxxxxx\fastJSONCore.sln" on node 1 (default targets).
     1>ValidateSolutionConfiguration:
         Building solution configuration "Release|Any CPU".
   1:2>Project "xxxxxxxxxxxxx\fastJSONCore.sln" (1:2) is building "xxxxxxxxxxxxx\fastJSONcore\fastJSON.csproj" (2:18) on node 1 (default targets).
  2:18>Project "xxxxxxxxxxxxx\fastJSONcore\fastJSON.csproj" (2:18) is building "xxxxxxxxxxxxx\fastJSONcore\fastJSON.csproj" (2:19) on node 3 (Build target(s)).
     2>GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
  2:18>Project "xxxxxxxxxxxxx\fastJSONcore\fastJSON.csproj" (2:18) is building "xxxxxxxxxxxxx\fastJSONcore\fastJSON.csproj" (2:20) on node 2 (Build target(s)).
     2>GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
       CoreCompile:
       Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
       CopyFilesToOutputDirectory:
         fastJSON -> xxxxxxxxxxxxx\output\net4\fastJSON.dll
     2>Done Building Project "xxxxxxxxxxxxx\fastJSONcore\fastJSON.csproj" (Build target(s)).
     2>CoreCompile:
       Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
       GenerateBuildDependencyFile:
       Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files.
       CopyFilesToOutputDirectory:
         fastJSON -> xxxxxxxxxxxxx\output\net5.0\fastJSON.dll
     2>Done Building Project "xxxxxxxxxxxxx\fastJSONcore\fastJSON.csproj" (Build target(s)).
  2:18>Project "xxxxxxxxxxxxx\fastJSONcore\fastJSON.csproj" (2:18) is building "xxxxxxxxxxxxx\fastJSONcore\fastJSON.csproj" (2:21) on node 1 (Build target(s)).
     2>GenerateTargetFrameworkMonikerAttribute:
       Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
       CoreCompile:
       Skipping target "CoreCompile" because all output files are up-to-date with respect to the input files.
       GenerateBuildDependencyFile:
       Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files.
       CopyFilesToOutputDirectory:
         fastJSON -> xxxxxxxxxxxxx\output\netstandard2.0\fastJSON.dll
     2>Done Building Project "xxxxxxxxxxxxx\fastJSONcore\fastJSON.csproj" (Build target(s)).
     2>Done Building Project "xxxxxxxxxxxxx\fastJSONcore\fastJSON.csproj"