Commit Graph

17 Commits

Author SHA1 Message Date
彭伟
b9ceb93fe0
Support Microsoft.Bcl.AsyncInterfaces (#151)
* Support Microsoft.Bcl.AsyncInterfaces

* Update Microsoft.Bcl.AsyncInterfaces version

* Use Condition
2021-11-03 02:38:28 +00:00
dependabot[bot]
568c2ef4f8
Bump Microsoft.NET.Test.Sdk from 16.9.4 to 17.0.0 (#176)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 17.0.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v17.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-31 15:54:53 +00:00
Bruno Garcia
04684ce686
support for .NET 6 (#172)
* support for .NET 6

* install all sdks needed

* CI on RC2
2021-10-31 15:54:34 +00:00
dependabot[bot]
e5325ff90f
Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 (#153)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.1 to 16.9.4.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.9.1...v16.9.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-08 12:08:51 +01:00
dependabot[bot]
652255a886
Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1 (#145)
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.8.3 to 16.9.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.8.3...v16.9.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-24 14:18:00 +00:00
Bruno Garcia
abdc33477c conditionally add test tfm 2021-01-03 20:03:56 +00:00
Ben Adams
59fa63f20b OS test 2021-01-03 16:37:51 +00:00
Ben Adams
d2e58a8b54 Update framework versions 2021-01-03 14:38:48 +00:00
dependabot[bot]
b751963840 Bump xunit from 2.3.1 to 2.4.1
Bumps [xunit](https://github.com/xunit/xunit) from 2.3.1 to 2.4.1.
- [Release notes](https://github.com/xunit/xunit/releases)
- [Commits](https://github.com/xunit/xunit/compare/2.3.1...2.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 07:55:46 +00:00
dependabot[bot]
8bca4d975e Bump xunit.runner.visualstudio from 2.3.1 to 2.4.3
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.3.1 to 2.4.3.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](https://github.com/xunit/visualstudio.xunit/commits/v2.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 07:53:09 +00:00
dependabot[bot]
881fec2429 Bump System.ValueTuple from 4.4.0 to 4.5.0
Bumps [System.ValueTuple](https://github.com/dotnet/corefx) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 02:20:29 +00:00
Aristarkh Zagorodnikov
a9830f38e3 Improve StackTraceHiddenAttribute handling (#83)
* Add .NET Core 2.1 as target for tests to allow testing for StackTraceHiddenAttribute handling

* Customize EnhancedStackTrace "hidden" frames selection strategy depending on the runtime, and optimize attribute access for non-reflection-only assemblies

* Add .NET Core 2.1 as target for benchmarks to allow benchmarking for it
2019-02-10 20:50:03 +00:00
Aristarkh Zagorodnikov
adef3aa266 Fix for IndexOutOfRangeException in ILReader.ReadOpCode() (#81)
* Allow testing internals

* Add ILReaderTests

* Skip inline operands in IL
2019-01-29 16:09:08 +01:00
Sergey Teplyakov
125e373b45 Remove the dependency on System.ValueTuple (#63)
* Add an option to get tuple data via reflection.

* Removed non-relfection-based way of getting information about the tuples.

* Make methods static back.

* Remove the nuget dependency to System.ValueTuple
2018-02-23 11:24:41 +00:00
Alexander Kozlenko
286d0e4c44 Update unit test project settings (#45) 2018-02-02 00:36:46 +00:00
Ben Adams
f250bdef96 Full framework 2017-11-13 12:14:24 +00:00
Ben Adams
34930738f6 Add 0.0.1 code 2017-11-11 15:55:09 +00:00