Kwoth
|
210da263ad
|
Abstract away cache. 2 implementations: redis and memory
|
2022-06-23 13:07:45 +00:00 |
|
Kwoth
|
82000c97a4
|
Applied codestyle to all .cs files
|
2021-12-29 06:07:16 +01:00 |
|
Kwoth
|
59f5056035
|
NadekoBot.Extensions should now be fully annotated with nullable reference types as well as many classes from NadekoBot.Common
|
2021-12-28 10:44:00 +01:00 |
|
Kwoth
|
9ae030a5c5
|
Added new rules concerning type constraints and :base() calls. Reformatted attributes folder
|
2021-12-26 17:45:26 +01:00 |
|
Kwoth
|
c66e491ce9
|
Implicit usings and more global usings
|
2021-12-21 02:36:47 +01:00 |
|
Kwoth
|
ee33313519
|
Global usings and file scoped namespaces
|
2021-12-19 05:14:11 +01:00 |
|
Kwoth
|
3cc34bfdc3
|
Changed all .GetService to .GetRequiredService because no service should be ever missing. However most of these should be removed in one of the future patches.
|
2021-09-06 21:34:50 +02:00 |
|
Kwoth
|
49f9b96755
|
One of the last major cleanups. All NadekoBot.Core.* namespaces renamed to NadekoBot.*
|
2021-09-06 21:34:48 +02:00 |
|
Kwoth
|
d8c7cdc7f4
|
Changed all == null to is null and all !(* == null) to * is not null
|
2021-09-06 21:34:44 +02:00 |
|
Kwoth
|
91ecf9ca41
|
Restructured folders and project names, ci should be fixed
|
2021-09-06 21:29:51 +02:00 |
|