-
We have a WebApplication build on top of .NET Core Webproject template, which targets full .NET framework version instead of .NET Core. Some of you may ask why somebody would do that. The reason is simple. There are libraries out there, which currently runs on .NET Framework only. For example...
-
If you are adding a new solution as a subproject of a bigger repository, it can happen that Visual Studio does not want to add a solution to GIT repository. When you click on “Add to source control” nothing happen. To workaround this problem you should first commit changes. Open command prompt...