-
Hello, there is some new improvements to Identity, please update your project use to the latest version of the identity.
-
Repro
------
Open a File Explorer window first if you find $w.Count is 0
```
PSv6> $s = New-Object -ComObject "Shell.Application"
PSv6> $w = $s.Windows()
PSv6> $w.Count
1
PSv6> $w ## dump $w,…
-
Trying to generate proxy using Travelport WSDL file in VS2017 using "Microsoft WCF Web Service Reference Provider" for my .NET Core or Standard project and hitting "The service at the following URI do…
-
-
When given `-Role Client`, these cmdlets attempt to make use of the `IGroupPolicyObject` COM interface. `IGroupPolicyObject` requires that it be called from a Single Thread Apartment. STA is not suppo…
-
Hi guys!
I'm getting this exception when executing from a Windows 10 Universal Application (UWA).
The steps to reproduce are:
1. Create a Windows Universal project targeting **Windows Fall C…
-
Make the solution compatible with .NET Core 1.1 with a view to being compatible with the upcoming release of NETStandard20 (which will supposedly be implemented in .NET Core 1.2).
-
I hope I am wrong on this one:
[Test]
public void Does_Marten_support_transactions()
{
var store = DocumentStore.For(options => { options.Connection("..."); }…
-
Hi have the following error while using npgsql on mac, using sql server it is ok.
I'm using your repo as a base for my own.
attached is the error.
dotnet ef migrations add PostgresInitial
…
-
[Edited by @daxian-dbw]
PR #3281 adds support to ShellExecute in powershell core when it's running on Windows full SKUs. With that fix, `Start-Process` is able to run MSI in powershell core.
How…