-
I am getting repeated failures to find include files in various VSLinux projects.
An example of this :
From project / properties / c/c++ / command line
"/path to gcc/gcc" -W"switch" -W"no-d…
-
Add support of partial classes. [Mixins](https://github.com/Microsoft/TypeScript/wiki/Mixins) is not the same, because it's run-time realization. Need compile realization, where partial classes will b…
-
Current version is not supporting .NET Core 1.0.
-
'Abp.TenantId' is missing in the CDN's request header.
This may be due to the fact that non-IIS does not support "." For example: nginx does not support "_" and "."
I suggest using "Abp-TenantId" in…
-
Hi , I'm trying to use dapper 1.50 in my aspnet core 1 project, but I keep getting the following error when I try to return multiple results
'IDbConnection' does not contain a definition for 'QueryMu…
-
Unable to create working web app on macOS High Sierra 10.13.6.
Permission denied to modify the '/usr/local/share/dotnet/sdk/NuGetFallbackFolder' folder. This might be partial reason why web app c…
-
#### The steps i do in powershell core to create the error.
* `mkdir aspnetcore21`
* `dotnet new razor`
* `dotnet build`
#### I get the following error after the build step.
```
C:\Use…
-
_From @Petermarcu on May 9, 2018 15:31_
@dloukola commented on [Wed May 09 2018](https://github.com/dotnet/core/issues/1525)
I have been working with dotnet core 2.1 preview 2 and earlier without is…
-
# Microsoft Security Advisory CVE-2017-11879: Open Redirect can cause Elevation Of Privilege
## Executive Summary
Microsoft is releasing this security advisory to provide information about a vu…
-
According to the release notes and other blogs for asp dot net core 2.1, the cli tooling is now included in the 2.1 SDK and the DotNetCliToolReference updates are no longer relevant/necessary but this…