-
### Description
We have an entity like the following:
```
public class ServerCredentialsAuthMethod : UserAuthMethod
{
// ...
public byte[] Salt { get; protected set; }
…
-
Currently [xBehave.net](https://github.com/xbehave/xbehave.net) ships both `net452` and `netstandard1.1` execution assemblies, matching those shipped by xUnit.net. This is required to support test ass…
-
Hi @joelverhagen!
Thanks for this post! Your results for TinyCsvParser are correct. The Line Tokenizer I have implemented is inefficient and I knew about this. Very cool, that it's indeed the slowe…
-
Hi,
imagine that I have a project that targets 3 different frameworks: net452, net461, netstandard2.0.
Some tests are conditional:
- for net452, i have 10 tests
- for net461, i have 9 tests
-…
-
Hi Guys, I am having an issue with xUnit and Visual Studio for Mac. None of my tests are being discovered.
These are the steps that I went through to test this issue:
1 - I created a test app…
-
I'm having the following error when targetting netappcore2.0 and net471:
System.MissingMethodException : Method not found: 'Void System.IO.Compression.ZipFileExtensions.ExtractToFile(System.IO.Comp…
-
I am consuming Vault Sharp for conenctiong to HashiCorp Vault to fetch secret id. With the below method the application hangs and its not returning any response. Its going to infinite dead lock mode.…
-
Hi,
I have created a pipeline in GHActions that tests all projects. I have one specific project that targets only net452 and net46. Just this project doesn't seem to output the correct values when …
-
Looking to integrate with this library, but we have a couple target frameworks that are not supported:
* netstandard1.3
* net40
* net452
-
Errors in C:\downloads\web\projects\ZaxiTechCore\src\ZaxiTechCore\project.json
Package Microsoft.Composition 1.0.27 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package Microso…