Changes On Branch mistake

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch mistake Excluding Merge-Ins

This is equivalent to a diff from 1e71405b77 to a28a3e8d4e

2019-09-26
07:24
Merge dotnet into dotnet/timers. Leaf check-in: a28a3e8d4e user: tinus tags: mistake
07:24
GetMaxUID now errors out if there's no message in the folder. check-in: 1e5a065664 user: tinus tags: dotnet/nullable
06:55
Merge dotnet into dotnet/timers. check-in: c3c2517228 user: tinus tags: mistake
2019-09-14
05:54
Merge dotnet into dotnet/timers (error reporting improvements). Leaf check-in: 1e71405b77 user: tinus tags: dotnet/timers
05:53
Better reporting of Uglify errors. check-in: 6cdbea3412 user: tinus tags: dotnet
2019-09-13
19:03
Fixed timers (they weren't moved with the rest of the code :-P) check-in: 93688da7bc user: tinus tags: dotnet/timers

Added .editorconfig.

Changes to MailJanitor.csproj.

Changes to MailJanitorContext.cs.

Changes to MailSynchronizer.cs.

Deleted Migrations/20190903195645_Initial.Designer.cs.

Deleted Migrations/20190903195645_Initial.cs.

Added Migrations/20190914062021_Initial.Designer.cs.

Added Migrations/20190914062021_Initial.cs.

Changes to Migrations/MailJanitorContextModelSnapshot.cs.

Changes to Models/Account.cs.

Changes to Models/Folder.cs.

Changes to Models/FolderMessage.cs.

Changes to Models/Keyword.cs.

Changes to Models/Message.cs.

Changes to Models/MessageKeyword.cs.

Changes to Models/MessageParticipant.cs.

Changes to Models/MessageReference.cs.

Changes to Models/Participant.cs.

Changes to Options.cs.

Changes to Program.cs.

Changes to Repositories/AccountsRepository.cs.

Changes to Repositories/FolderMessagesRepository.cs.

Changes to Repositories/FoldersRepository.cs.

Changes to Repositories/KeywordsRepository.cs.

Changes to Repositories/MessageReferencesRepository.cs.

Changes to Repositories/MessagesRepository.cs.

Changes to Repositories/ParticipantsRepository.cs.

Changes to Repositories/Repository.cs.

Changes to UnitOfWork.cs.

Changes to Utilities/ConsoleExtensions.cs.