Commit graph

108 commits

Author SHA1 Message Date
dependabot[bot]
2daa902190 Bump JetBrains.Annotations from 2018.2.1 to 2018.3.0
Bumps JetBrains.Annotations from 2018.2.1 to 2018.3.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-15 11:36:40 +00:00
JustArchi
e1e9a9f457 Rider cleanup 2019-01-14 19:11:17 +01:00
Łukasz Domeradzki
d306028945
Conditionally disable netf on non-Windows platforms (#1032) 2019-01-14 18:23:06 +01:00
dependabot[bot]
2f64d2777b Bump ConfigureAwaitChecker.Analyzer from 2.0.0 to 2.0.1
Bumps [ConfigureAwaitChecker.Analyzer](https://github.com/cincuranet/ConfigureAwaitChecker) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/cincuranet/ConfigureAwaitChecker/releases)
- [Commits](https://github.com/cincuranet/ConfigureAwaitChecker/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14 02:34:04 +00:00
JustArchi
92431c1d3e Update public API of access 2019-01-12 18:48:00 +01:00
JustArchi
b8d000bf13 Add json constructor attributes 2019-01-11 01:02:58 +01:00
JustArchi
192656cd02 Implement basic code contracts 2019-01-10 23:44:32 +01:00
Łukasz Domeradzki
0f2a816b92
Implement plugin system (#1020)
* Implement basic plugin system

* The dawn of new era

* Add plugins warning

* Move more members to PublicAPI

* Open commands for the plugins

* Add IBotHackNewChat

* Run plugin events in parallel

* Use properties in IPlugin

* Hook our custom plugin into CI to ensure it compiles

* Fix dotnet brain damage

* Add IBotsComparer

* Add code documentation

* Add IBotTradeOffer

* Add IBotTradeOffer example

* Add IBotTradeOfferResults

* Final bulletproofing

* Final renaming
2019-01-10 22:33:07 +01:00