This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Added credit for akavache files
tags/1.0-rc
RogueException
8 years ago
parent
5dda8ef31f
commit
7ac02bbc40
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
test/Discord.Net.Tests/Net/FilesystemProvider.cs
+4
-0
test/Discord.Net.Tests/Net/HttpMixin.cs
+ 4
- 0
test/Discord.Net.Tests/Net/FilesystemProvider.cs
View File
@@ -1,3 +1,7 @@
//From https://github.com/akavache/Akavache
//Copyright (c) 2012 GitHub
//TODO: Remove once netstandard support is added
using Akavache;
using System;
using System.Collections.Generic;
+ 4
- 0
test/Discord.Net.Tests/Net/HttpMixin.cs
View File
@@ -1,3 +1,7 @@
//From https://github.com/akavache/Akavache
//Copyright (c) 2012 GitHub
//TODO: Remove once netstandard support is added
using Akavache;
using System;
using System.Collections.Generic;
Write
Preview
Loading…
Cancel
Save