This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit c5b2825
Steven Kirk
Fix GitHubServiceProvider.GetService<T, Ret>()
GitHubServiceProvider.GetService<T, Ret>() was previously calling
`TryGetService<T>` which had the effect of tying to cast the service got
as `T` to an instance of `T`, which due to the joys of COM services
failed. This was breaking gists. Fixes #770.1 parent b7d0d31 commit c5b2825
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments