-
We are currently returning `dotnet.exe` without a path in `` in the Microsoft.DotNet.Core.Sdk.targets file.
We should either:
1. Figure out a way to get to the correct `dotnet.exe` to call from insid…
-
If Qt can run on arm (for example a Raspberry Pi) should we support it? Would performance be reasonable enough?
Was publishing my app with `dotnet publish -r linux-arm` and running with `dotnet [app_…
-
@ncave @alfonsogarciacaro
Are we able to support solution project ? Or multi files project in current state ?
If not, what is missing ? And can I help ?
-
Did a quick test of a the .GetAppOnlyAuthenticatedContext. One using Framework 4.6.1, the other using Core 2.1. The Framework version works fine and returns the title of each list.
**Here's the error…
-
I am trying to connect to a remote server with SSRS2016 on it. From my location when I run the code I get the following error:
I have researched as much as I can, but do not understand the error, a…
-
**DataContractSerializer.ReadObject** sometimes throws **ArgumentNullException**. Here's the full program that reproduces this:
```csharp
using System.IO;
using System.Runtime.Serialization;
usi…
-
nswag.msbuild.13.4.2.nupkg has vulnerabilities CVE-2019-1075, CVE-2019-0548, CVE-2019-0564, and CVE-2017-0247.
Related to [Microsoft Security Advisory 4021279: Vulnerabilities in .NET Core, ASP.NE…
-
### What version of PushSharp are you using?
4.0.10
### Describe your issue:
We are using PushSharp to push notifications to Apple Push service. Same code with the same certs was working fine on …
-
起因是 我数据库中的字段类型为`nvarchar`在C# 的代码中定义的类型为`long?`
```csharp
[SugarColumn(ColumnName = "current_approve_user_name")]
public long? CurrentApproveUserName { get; set; }
```
使用SqlQueryable方法进行查询时会报一个
…
-
@gordon-matt commented on [Sun Apr 22 2018](https://github.com/aurelia/framework/issues/882)
As discussed in an email with @EisenbergEffect, could we please have a **viewUrl** property in the routes?…