- Added serilog analyzer which will help with fully moving to structured logging

- Small code cleanups
This commit is contained in:
Kwoth
2022-01-03 13:38:19 +01:00
parent ade880a6e6
commit ef49030841
4 changed files with 38 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
using System.Security.Cryptography;
namespace NadekoBot.Common;
// todo minby maxby
public class NadekoRandom : Random
{
private readonly RandomNumberGenerator _rng;