-
We should remove ImportSystemModules command line parameter because PowerShell Core don't care about backward compatibility with Windows PowerShell 2.0.
-
using vstest.console.exe version as described here:
https://github.com/Microsoft/vsts-tasks/issues/5404#issuecomment-332210558
It now publishes properly but now we are getting exceptions with un…
-
test below fail on nunit 3.0.1
```
using System;
using System.Threading;
using NUnit.Framework;
[assembly:Apartment(ApartmentState.STA)]//broken
namespace ClassLibrary2
{
//[TestFixture, Apartme…
radiy updated
7 years ago
-
`transaction_details_post_processor` does not parse transation details for GVC 051 ("Gutschrift Auslandszahlungsverkehr") and 174 ("Sammeleinziehung"). Can I ammend the `gvcs` list?
-
[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…
-
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…
-
How do I use a coroutine and specify its threading model STA or MTA?
-
MacOS has a command `script` that creates a color-preserving transcription of the session.
Steps to reproduce
------------------
1. Set powershell as your default shell on macOS (`chsh`)
2. Run…
-
## Description
Enable to run a test method with apartment state as STA/MTA.
## Steps to reproduce
> What steps can reproduce the defect?
> Please share the setup, sample project, target platform (de…
sbaid updated
7 years ago
-
In the wiki (https://github.com/nunit/nunit/wiki/Apartment-Attribute), the attribute for Methods is wrong.
It says:
> [Test, ApartmentState(ApartmentSTate.STA)]
> [Test, ApartmentState(ApartmentSTate…