Monday, December 23, 2019
How to Update Nuget
Run command on Power Shell as admin:
nuget update -self
Source: https://docs.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-update
nuget update -self
Source: https://docs.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-update
Saturday, December 14, 2019
Thursday, November 7, 2019
Sunday, November 3, 2019
How to run SonarCube for C#
How to install SonarCube:
https://docs.sonarqube.org/latest/setup/get-started-2-minutes/
(I had a problem with Elastic Search. The error was about privileges, but in fact it was just because the disk partition it was running on was +95% occupied. I just deleted some stuff and it worked.)
How to install MSBuild for .NET Framework or .NET Core:
https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild/#header-2
How to run the scan:
https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild/#header-3
https://docs.sonarqube.org/latest/setup/get-started-2-minutes/
(I had a problem with Elastic Search. The error was about privileges, but in fact it was just because the disk partition it was running on was +95% occupied. I just deleted some stuff and it worked.)
How to install MSBuild for .NET Framework or .NET Core:
https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild/#header-2
How to run the scan:
https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild/#header-3
Thursday, October 31, 2019
How to compile c# .net for linux
Example command to run from projects folder:
dotnet.exe build --runtime ubuntu.18.04-x64 --configuration Release
Sources:
https://stackoverflow.com/questions/41533592/how-to-compile-net-core-app-for-linux-on-a-windows-machine
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-build
dotnet.exe build --runtime ubuntu.18.04-x64 --configuration Release
Sources:
https://stackoverflow.com/questions/41533592/how-to-compile-net-core-app-for-linux-on-a-windows-machine
https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-build
Saturday, October 26, 2019
Subscribe to:
Posts (Atom)