6 Commits

Author SHA1 Message Date
Chris Simpson
9af552eeaa feat: Add missing properties to RepositoryUpdate (#2492) 2022-07-22 14:49:08 -05:00
Chris Simpson
8b5a7fceaf feat: Fixing master > main in integration tests (#2489) 2022-07-20 17:17:10 -05:00
Mickaël Derriey
13d5dab516 Port to .NET Core (#1503)
Port to .NET Core
2017-01-21 14:42:02 +10:00
Mickaël Derriey
4d20573eca remove C# LINQPad samples checks test 2016-09-02 22:43:59 +10:00
Brendan Forster
fd09ed571d wrote some tests to verify linqpad scripts as part of integration 2016-02-02 18:17:57 +10:30
Haacked
1b4d02b142 Ensure no async void methods
Added self tests to find async void methods. It found some cases where
we passed an async lambda to a method that did not accept Action<Task>
or Func<Task>. I fixed those tests.
2014-11-07 16:05:53 -08:00