Skip to content

Commit a66f31b

Browse files
committed
Version 2.4.0.
Migrated to VS2017. OData $select support. TryFind() methods. Bugfix.
1 parent 40b57de commit a66f31b

File tree

47 files changed

+336
-1506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+336
-1506
lines changed

Sources/LINQ2DynamoDB-2010.sln

Lines changed: 0 additions & 26 deletions
This file was deleted.

Sources/LINQ2DynamoDB-2010.sln.DotSettings

Lines changed: 0 additions & 2 deletions
This file was deleted.

Sources/LINQ2DynamoDB-2012.sln

Lines changed: 0 additions & 84 deletions
This file was deleted.

Sources/LINQ2DynamoDB-2012.sln.DotSettings

Lines changed: 0 additions & 3 deletions
This file was deleted.

Sources/LINQ2DynamoDB-Core.sln.DotSettings

Lines changed: 0 additions & 6 deletions
This file was deleted.

Sources/LINQ2DynamoDB-Core.sln renamed to Sources/LINQ2DynamoDB.sln

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26730.8
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Linq2DynamoDb.DataContext", "Linq2DynamoDb.DataContext\Linq2DynamoDb.DataContext.xproj", "{015AF07F-59A5-4876-ADD2-3410F32C213A}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linq2DynamoDb.DataContext", "Linq2DynamoDb.DataContext\Linq2DynamoDb.DataContext.csproj", "{015AF07F-59A5-4876-ADD2-3410F32C213A}"
77
EndProject
8-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Linq2DynamoDb.AspNet.DataSource", "Linq2DynamoDb.AspNet.DataSource\Linq2DynamoDb.AspNet.DataSource.xproj", "{B844A42E-6EDF-4546-A96C-833050324025}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linq2DynamoDb.AspNet.DataSource", "Linq2DynamoDb.AspNet.DataSource\Linq2DynamoDb.AspNet.DataSource.csproj", "{B844A42E-6EDF-4546-A96C-833050324025}"
99
EndProject
10-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Linq2DynamoDb.DataContext.Caching.MemcacheD", "Linq2DynamoDb.DataContext.Caching.MemcacheD\Linq2DynamoDb.DataContext.Caching.MemcacheD.xproj", "{F28FCD6C-2CBC-4315-AA65-76F852883F0C}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linq2DynamoDb.DataContext.Caching.MemcacheD", "Linq2DynamoDb.DataContext.Caching.MemcacheD\Linq2DynamoDb.DataContext.Caching.MemcacheD.csproj", "{F28FCD6C-2CBC-4315-AA65-76F852883F0C}"
1111
EndProject
12-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Linq2DynamoDb.DataContext.Caching.Redis", "Linq2DynamoDb.DataContext.Caching.Redis\Linq2DynamoDb.DataContext.Caching.Redis.xproj", "{55B76B42-CC0D-4523-B230-60C9C06D8C57}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linq2DynamoDb.DataContext.Caching.Redis", "Linq2DynamoDb.DataContext.Caching.Redis\Linq2DynamoDb.DataContext.Caching.Redis.csproj", "{55B76B42-CC0D-4523-B230-60C9C06D8C57}"
1313
EndProject
14-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Linq2DynamoDb.DataContext.Tests", "Linq2DynamoDb.DataContext.Tests\Linq2DynamoDb.DataContext.Tests.xproj", "{196447F6-430D-4E4D-9A2D-866179E5F5F7}"
14+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linq2DynamoDb.DataContext.Tests", "Linq2DynamoDb.DataContext.Tests\Linq2DynamoDb.DataContext.Tests.csproj", "{196447F6-430D-4E4D-9A2D-866179E5F5F7}"
1515
EndProject
16-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Linq2DynamoDb.WebApi.OData", "Linq2DynamoDb.WebApi.OData\Linq2DynamoDb.WebApi.OData.xproj", "{A0C303AA-8F24-4863-9166-2C2FFCED701E}"
16+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Linq2DynamoDb.WebApi.OData", "Linq2DynamoDb.WebApi.OData\Linq2DynamoDb.WebApi.OData.csproj", "{A0C303AA-8F24-4863-9166-2C2FFCED701E}"
1717
EndProject
1818
Global
1919
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -209,4 +209,7 @@ Global
209209
GlobalSection(SolutionProperties) = preSolution
210210
HideSolutionNode = FALSE
211211
EndGlobalSection
212+
GlobalSection(ExtensibilityGlobals) = postSolution
213+
SolutionGuid = {1F10197B-4FF1-4E92-9BF3-ACCF35762F08}
214+
EndGlobalSection
212215
EndGlobal
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2-
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantThisQualifier/@EntryIndexedValue">DO_NOT_SHOW</s:String></wpf:ResourceDictionary>
2+
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantBaseQualifier/@EntryIndexedValue">DO_NOT_SHOW</s:String>
3+
<s:String x:Key="/Default/CodeInspection/Highlighting/InspectionSeverities/=RedundantThisQualifier/@EntryIndexedValue">DO_NOT_SHOW</s:String>
4+
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="_" Suffix="" Style="aaBb" /&gt;</s:String>
5+
<s:String x:Key="/Default/Environment/UnitTesting/CustomStartDirectory/@EntryValue">\bin\Debug\net462</s:String>
6+
<s:Boolean x:Key="/Default/Environment/UnitTesting/UseCustomStartDirectory/@EntryValue">True</s:Boolean></wpf:ResourceDictionary>

Sources/Linq2DynamoDb.AspNet.DataSource/Linq2DynamoDb.AspNet.DataSource.DotNet4.0.csproj

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)