Commit Graph

140 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]
4bdf8e3a2b
Bump Nerdbank.GitVersioning from 3.4.194 to 3.4.244 (#175)
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.4.194 to 3.4.244.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.4.194...v3.4.244)

---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-31 15:55:13 +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
Ben Adams
5b980b4aba Version 2021-04-26 12:52:09 +01:00
Ben Adams
2eb10d1403
See if can skip setting up dotnet (#157)
* Update pull-request.yaml

* Update pull-request.yaml
2021-04-23 19:56:37 +01:00
Ben Adams
ca02935340
Update readme 2021-04-23 02:11:02 +01:00
Ben Adams
a88c671bde Include readme 2021-04-23 01:57:20 +01:00
Ben Adams
0a6a5034e2 Version bump 2021-04-23 01:51:29 +01:00
Ben Adams
daf9fe0e4d
Include icon (#156) 2021-04-23 01:50:03 +01: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
Jonas Nyrup
e0a074b193
Update csproj to use LicenseExpression (#150)
I assume this should have been `LicenseExpression`
See https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#packing-a-license-expression-or-a-license-file
2021-03-18 16:15:30 +00:00
Ben Adams
deda0e4fa4
Update pull-request.yaml (#147) 2021-02-25 14:57:58 +00: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
fd2d239eb0
Add namespace to frame conditionally (#144)
* take fullTime parametr

* append fullname true/false

* review
2021-01-17 18:47:43 +00:00
Bruno Garcia
243029cc29
Allow use as git submodule
* build in sentry csproj

* typo

* public GetFrames
2021-01-11 03:44:04 +00:00
Ben Adams
ef4d143d2a Bump fsharp lib version 2021-01-04 10:17:25 +00:00
Ben Adams
7a4d213221 Update .csproj licence 2021-01-04 01:34:25 +00:00
Ben Adams
0950898ddd Version bump for nullable ref types 2021-01-04 01:22:42 +00:00
Bruno Garcia
d3195acac0
Enabled Nullable Reference Types (#136) 2021-01-04 01:14:24 +00:00
Ben Adams
42b64441a1 Completed Task 2021-01-03 22:58:10 +00:00
Ben Adams
cf4ce5d5a2 Tidy up test 2021-01-03 22:58:10 +00:00
Mitch Capper
8c36d75d91 Allow external calling of ResolveMethod and ResolvedParameter Append() changing from private->public 2021-01-03 22:49:57 +00:00
samtrion
5fdf1f41ad Maybe type? 2021-01-03 22:31:52 +00:00
samtrion
4f9f191f7f Fixed #72
The `type.IsDefined(typeof(CompilerGeneratedAttribute))` check removed, since it led to the exclusion of `async lambdas`.
2021-01-03 22:31:52 +00:00
Bruno Garcia
58dadce795 deterministic builds 2021-01-03 22:23:07 +00:00
Ben Adams
3c1dfefb40
Test pipeline (#135)
* Test pipeline

* fix
2021-01-03 22:11:19 +00:00
Ben Adams
70393b5020 Test 2021-01-03 22:00:54 +00:00
Ben Adams
94524362dc
Version bump (#133) 2021-01-03 21:51:01 +00:00
Ben Adams
b3e8977885
Skip repeats and IValueTaskSource.GetResult (#132)
* Skip repeats and IValueTaskSource.GetResult

* Add RecursionTests

* Varibale counts

* More flexible
2021-01-03 21:48:34 +00:00
Bruno Garcia
c502ee90f6 test async enumerable 2021-01-03 20:18:40 +00:00
Bruno Garcia
00695a8db1 latest 2021-01-03 20:18:40 +00:00
Bruno Garcia
5a9f3e8c7e fix ubuntu by explicit version 2021-01-03 20:18:40 +00:00
Bruno Garcia
a7735e9d8e latest 2021-01-03 20:18:40 +00:00
Bruno Garcia
ba8619e2b2 fix casing 2021-01-03 20:18:40 +00:00
Bruno Garcia
6c78a20bf4 fix ubuntu by explicit version 2021-01-03 20:18:40 +00:00
Bruno Garcia
ded4efd646 ns2.1 and TryResolveStateMachineMethod 2021-01-03 20:18:40 +00:00
Bruno Garcia
abdc33477c conditionally add test tfm 2021-01-03 20:03:56 +00:00
Ben Adams
f840173ea4 Trigger for main branch 2021-01-03 19:34:59 +00:00
Bruno Garcia
ae2b9d535d Update CI badge 2021-01-03 18:42:03 +00:00
Ben Adams
b49f5e257a Build tidyups 2021-01-03 17:08:46 +00:00
Ben Adams
1f10ebc836
Merge pull request #100 from Horusiath/fsharp-async-task-support
Demystify F# async/task stack traces
2021-01-03 16:59:27 +00:00
Ben Adams
5dd50f12da
Merge branch 'master' into fsharp-async-task-support 2021-01-03 16:55:03 +00:00
Ben Adams
59fa63f20b OS test 2021-01-03 16:37:51 +00:00
Ben Adams
786ab1828a Add GitHub action testing 2021-01-03 16:37:51 +00:00
Ben Adams
45df64a115 Update version 2021-01-03 16:02:20 +00:00
Ben Adams
6d7a54cd84 Update for new frameworks 2021-01-03 15:53:02 +00:00
Kirill Osenkov
a5ae4e6391 Add a unit-test for https://github.com/benaadams/Ben.Demystifier/issues/109 2021-01-03 14:42:49 +00:00
Bruno Garcia
84d3257a8f hide inlined frames 2021-01-03 14:39:22 +00:00
Ben Adams
d2e58a8b54 Update framework versions 2021-01-03 14:38:48 +00:00