mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Lots of initialization, configuration clean up.
This commit is contained in:
parent
62013f6f87
commit
51518787d8
74 changed files with 316 additions and 279 deletions
|
@ -9,6 +9,7 @@
|
|||
*/
|
||||
|
||||
//#define PETAPOCO_NO_DYNAMIC //in your project settings on .NET 3.5
|
||||
// ReSharper disable CheckNamespace
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
|
@ -23,7 +24,6 @@ using System.Reflection;
|
|||
using System.Reflection.Emit;
|
||||
using System.Linq.Expressions;
|
||||
|
||||
|
||||
namespace PetaPoco
|
||||
{
|
||||
// Poco's marked [Explicit] require all column properties to be marked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue