Commit Graph

134 Commits

Author SHA1 Message Date
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
Ben Adams
87375e9013
Create FUNDING.yml 2020-12-17 14:30:54 +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]
e09b8c4318 Bump Nerdbank.GitVersioning from 3.0.25 to 3.3.37
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.0.25 to 3.3.37.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.0.25...v3.3.37)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 02:21:47 +00:00
dependabot[bot]
66461b7ede Bump BenchmarkDotNet from 0.10.12 to 0.12.1
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.10.12 to 0.12.1.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.10.12...v0.12.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 02:21:21 +00:00
dependabot[bot]
97312bb0f6 Bump System.Reflection.Metadata from 1.6.0 to 5.0.0
Bumps [System.Reflection.Metadata](https://github.com/dotnet/runtime) from 1.6.0 to 5.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 02:21:05 +00:00