Skip to content

Commit

Permalink
Merge branch 'release/0.2'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/Nancy.Rdf/Responses/RdfSerializer.cs
  • Loading branch information
tpluscode committed May 25, 2016
2 parents a26910c + 3597ed9 commit 14d2ec5
Show file tree
Hide file tree
Showing 14 changed files with 337 additions and 134 deletions.
3 changes: 1 addition & 2 deletions Nancy.Rdf.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Rdf", "src\Nancy.Rdf\Nancy.Rdf.csproj", "{D789D63C-821B-410B-A953-DFEBCBFC9D40}"
EndProject
Expand All @@ -11,7 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
after.Nancy.Rdf.sln.targets = after.Nancy.Rdf.sln.targets
appveyor.yml = appveyor.yml
src\Common\Common.props = src\Common\Common.props
GitVersionConfig.yaml = GitVersionConfig.yaml
paket.dependencies = paket.dependencies
paket.lock = paket.lock
Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Expand Up @@ -16,7 +16,7 @@ nuget OpenCover
nuget SpecFlow
nuget FakeItEasy
nuget NUnit < 3
nuget StyleCopPlus.MSBuild
nuget StyleCop.Analyzers
nuget GitLink
nuget JsonLd.Entities prerelease
nuget Nullguard.Fody
Expand Down
30 changes: 15 additions & 15 deletions paket.lock
Expand Up @@ -8,19 +8,17 @@ NUGET
dotNetRDF (1.0.9.3683)
HtmlAgilityPack (>= 1.4.9)
Newtonsoft.Json (>= 6.0.8)
VDS.Common (1.6.0)
FakeItEasy (1.25.3)
FluentAssertions (4.2.2)
VDS.Common (1.6)
FakeItEasy (2.0)
FluentAssertions (4.6.3)
Fody (1.29.4)
gitlink (2.2.0)
GitVersionTask (3.4.1)
gitlink (2.2)
GitVersionTask (3.5.4)
HtmlAgilityPack (1.4.9)
JetBrainsAnnotations.Fody (1.0.4)
Fody (>= 1.29.2)
JsonLd.Entities (0.3.1)
json-ld.net
json-ld.net (1.0.4)
Newtonsoft.Json (>= 4.0.1)
json-ld.net (1.0.5)
Newtonsoft.Json (>= 6.0.4)
Microsoft.Owin (3.0.1)
Owin (>= 1.0)
Microsoft.Owin.Host.SystemWeb (3.0.1)
Expand All @@ -42,9 +40,11 @@ NUGET
NUnit (2.6.4)
OpenCover (4.6.519)
Owin (1.0)
Rdf.Vocabularies (1.1.0)
SpecFlow (2.0.0)
StyleCop.MSBuild (4.7.50)
StyleCopPlus.MSBuild (4.7.49.5)
StyleCop.MSBuild (>= 4.7.49.0)
VDS.Common (1.6.0)
Rdf.Vocabularies (1.1.1)
SpecFlow (2.1)
StyleCop.Analyzers (1.0)
VDS.Common (1.6)
remote: https://ci.appveyor.com/nuget/jsonld-entities-aavhsnxi7xjp
specs:
JsonLD.Entities (0.3.3)
json-ld.net
5 changes: 0 additions & 5 deletions src/Common/Common.props
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="StyleCopAdditionalAddinPaths">
<StyleCopAdditionalAddinPaths Include="$(MSBuildThisFileDirectory)..\..\src\packages\StyleCopPlus.MSBuild\tools">
<Visible>false</Visible>
</StyleCopAdditionalAddinPaths>
</ItemGroup>
<PropertyGroup>
<StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
<GitVersionOnlyMajorAndMinorInAssemblyVersion>true</GitVersionOnlyMajorAndMinorInAssemblyVersion>
Expand Down
6 changes: 3 additions & 3 deletions src/Example/Nancy.Rdf.Sample/Nancy.Rdf.Sample.csproj
Expand Up @@ -121,7 +121,7 @@
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<ItemGroup>
<Reference Include="JsonLD.Entities">
<HintPath>..\..\..\packages\JsonLd.Entities\lib\net40\JsonLD.Entities.dll</HintPath>
<HintPath>..\..\..\packages\JsonLD.Entities\lib\net40\JsonLD.Entities.dll</HintPath>
<Private>True</Private>
<Paket>True</Paket>
</Reference>
Expand All @@ -131,8 +131,8 @@
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<ItemGroup>
<Reference Include="JsonLD">
<HintPath>..\..\..\packages\json-ld.net\lib\net40-Client\JsonLD.dll</HintPath>
<Reference Include="json-ld.net">
<HintPath>..\..\..\packages\json-ld.net\lib\net40-client\json-ld.net.dll</HintPath>
<Private>True</Private>
<Paket>True</Paket>
</Reference>
Expand Down
65 changes: 30 additions & 35 deletions src/Nancy.Rdf.Tests/Nancy.Rdf.Tests.csproj
Expand Up @@ -98,6 +98,20 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<PropertyGroup>
<__paket__GitVersionTask_targets>portable-net+sl+win+wpa+wp\GitVersionTask</__paket__GitVersionTask_targets>
</PropertyGroup>
</When>
</Choose>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<PropertyGroup>
<__paket__Fody_targets>portable-net+sl+win+wpa+wp\Fody</__paket__Fody_targets>
</PropertyGroup>
</When>
</Choose>
<ItemGroup>
<Content Include="FodyWeavers.xml" />
</ItemGroup>
Expand Down Expand Up @@ -164,20 +178,6 @@
</ItemGroup>
</When>
</Choose>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<PropertyGroup>
<__paket__Fody_targets>portable-net+sl+win+wpa+wp\Fody</__paket__Fody_targets>
</PropertyGroup>
</When>
</Choose>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<PropertyGroup>
<__paket__GitVersionTask_targets>\packages\GitVersionTask\Build\portable-net+sl+win+wpa+wp\GitVersionTask</__paket__GitVersionTask_targets>
</PropertyGroup>
</When>
</Choose>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And $(TargetFrameworkVersion) == 'v4.0'">
<ItemGroup>
Expand Down Expand Up @@ -213,7 +213,7 @@
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<ItemGroup>
<Reference Include="JsonLD.Entities">
<HintPath>..\..\packages\JsonLd.Entities\lib\net40\JsonLD.Entities.dll</HintPath>
<HintPath>..\..\packages\JsonLD.Entities\lib\net40\JsonLD.Entities.dll</HintPath>
<Private>True</Private>
<Paket>True</Paket>
</Reference>
Expand All @@ -223,8 +223,8 @@
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<ItemGroup>
<Reference Include="JsonLD">
<HintPath>..\..\packages\json-ld.net\lib\net40-Client\JsonLD.dll</HintPath>
<Reference Include="json-ld.net">
<HintPath>..\..\packages\json-ld.net\lib\net40-client\json-ld.net.dll</HintPath>
<Private>True</Private>
<Paket>True</Paket>
</Reference>
Expand Down Expand Up @@ -306,20 +306,19 @@
</ItemGroup>
</When>
</Choose>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<PropertyGroup>
<__paket__StyleCop_MSBuild_Targets>StyleCop.MSBuild</__paket__StyleCop_MSBuild_Targets>
</PropertyGroup>
</When>
</Choose>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<PropertyGroup>
<__paket__StyleCopPlus_MSBuild_props>StyleCopPlus.MSBuild</__paket__StyleCopPlus_MSBuild_props>
</PropertyGroup>
</When>
</Choose>
<Import Project="..\..\packages\Fody\build\$(__paket__Fody_targets).targets" Condition="Exists('..\..\packages\Fody\build\$(__paket__Fody_targets).targets')" Label="Paket" />
<Import Project="..\..\packages\GitVersionTask\build\$(__paket__GitVersionTask_targets).targets" Condition="Exists('..\..\packages\GitVersionTask\build\$(__paket__GitVersionTask_targets).targets')" Label="Paket" />
<ItemGroup>
<Analyzer Include="..\..\packages\StyleCop.Analyzers\analyzers\dotnet\cs\Newtonsoft.Json.dll">
<Paket>True</Paket>
</Analyzer>
<Analyzer Include="..\..\packages\StyleCop.Analyzers\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll">
<Paket>True</Paket>
</Analyzer>
<Analyzer Include="..\..\packages\StyleCop.Analyzers\analyzers\dotnet\cs\StyleCop.Analyzers.dll">
<Paket>True</Paket>
</Analyzer>
</ItemGroup>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<ItemGroup>
Expand All @@ -331,8 +330,4 @@
</ItemGroup>
</When>
</Choose>
<Import Project="..\..\packages\StyleCopPlus.MSBuild\build\$(__paket__StyleCopPlus_MSBuild_props).props" Condition="Exists('..\..\packages\StyleCopPlus.MSBuild\build\$(__paket__StyleCopPlus_MSBuild_props).props')" Label="Paket" />
<Import Project="..\..\packages\Fody\build\$(__paket__Fody_targets).targets" Condition="Exists('..\..\packages\Fody\build\$(__paket__Fody_targets).targets')" Label="Paket" />
<Import Project="..\..$(__paket__GitVersionTask_targets).targets" Condition="Exists('..\..$(__paket__GitVersionTask_targets).targets')" Label="Paket" />
<Import Project="..\..\packages\StyleCop.MSBuild\build\$(__paket__StyleCop_MSBuild_Targets).targets" Condition="Exists('..\..\packages\StyleCop.MSBuild\build\$(__paket__StyleCop_MSBuild_Targets).targets')" Label="Paket" />
</Project>
2 changes: 1 addition & 1 deletion src/Nancy.Rdf.Tests/paket.references
Expand Up @@ -9,5 +9,5 @@ JsonLd.Entities
Nancy.Testing
FluentAssertions
JetbrainsAnnotations.Fody
StyleCopPlus.MSBuild
StyleCop.Analyzers
Rdf.Vocabularies
File renamed without changes.
63 changes: 31 additions & 32 deletions src/Nancy.Rdf/Nancy.Rdf.csproj
Expand Up @@ -24,6 +24,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\Nancy.Rdf.xml</DocumentationFile>
<CodeAnalysisRuleSet>Nancy.Rdf.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -33,6 +34,8 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\Nancy.Rdf.xml</DocumentationFile>
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRuleSet>Nancy.Rdf.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand All @@ -50,7 +53,7 @@
<Compile Include="Contexts\IContextPathMapper.cs" />
<Compile Include="Contexts\JsonLdContextModule.cs" />
<Compile Include="Conventions\AcceptHeaderConventions.cs" />
<Compile Include="DefaultNamespaceManager.cs" />
<Compile Include="DictionaryNamespaceManager.cs" />
<Compile Include="INamespaceManager.cs" />
<Compile Include="Installer.cs" />
<Compile Include="JsonLdProfiles.cs" />
Expand Down Expand Up @@ -82,19 +85,16 @@
</Content>
</ItemGroup>
<ItemGroup>
<None Include="Nancy.Rdf.ruleset" />
<None Include="paket.references" />
<None Include="paket.template" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<ItemGroup>
<Reference Include="dotNetRDF">
<HintPath>..\..\packages\dotNetRDF\lib\net40\dotNetRDF.dll</HintPath>
<Private>True</Private>
<Paket>True</Paket>
</Reference>
</ItemGroup>
<PropertyGroup>
<__paket__GitVersionTask_targets>portable-net+sl+win+wpa+wp\GitVersionTask</__paket__GitVersionTask_targets>
</PropertyGroup>
</When>
</Choose>
<Choose>
Expand All @@ -106,9 +106,13 @@
</Choose>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<PropertyGroup>
<__paket__GitVersionTask_targets>\packages\GitVersionTask\Build\portable-net+sl+win+wpa+wp\GitVersionTask</__paket__GitVersionTask_targets>
</PropertyGroup>
<ItemGroup>
<Reference Include="dotNetRDF">
<HintPath>..\..\packages\dotNetRDF\lib\net40\dotNetRDF.dll</HintPath>
<Private>True</Private>
<Paket>True</Paket>
</Reference>
</ItemGroup>
</When>
</Choose>
<Choose>
Expand All @@ -135,7 +139,7 @@
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<ItemGroup>
<Reference Include="JsonLD.Entities">
<HintPath>..\..\packages\JsonLd.Entities\lib\net40\JsonLD.Entities.dll</HintPath>
<HintPath>..\..\packages\JsonLD.Entities\lib\net40\JsonLD.Entities.dll</HintPath>
<Private>True</Private>
<Paket>True</Paket>
</Reference>
Expand All @@ -145,8 +149,8 @@
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<ItemGroup>
<Reference Include="JsonLD">
<HintPath>..\..\packages\json-ld.net\lib\net40-Client\JsonLD.dll</HintPath>
<Reference Include="json-ld.net">
<HintPath>..\..\packages\json-ld.net\lib\net40-client\json-ld.net.dll</HintPath>
<Private>True</Private>
<Paket>True</Paket>
</Reference>
Expand Down Expand Up @@ -206,20 +210,19 @@
</ItemGroup>
</When>
</Choose>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<PropertyGroup>
<__paket__StyleCop_MSBuild_Targets>StyleCop.MSBuild</__paket__StyleCop_MSBuild_Targets>
</PropertyGroup>
</When>
</Choose>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<PropertyGroup>
<__paket__StyleCopPlus_MSBuild_props>StyleCopPlus.MSBuild</__paket__StyleCopPlus_MSBuild_props>
</PropertyGroup>
</When>
</Choose>
<Import Project="..\..\packages\Fody\build\$(__paket__Fody_targets).targets" Condition="Exists('..\..\packages\Fody\build\$(__paket__Fody_targets).targets')" Label="Paket" />
<Import Project="..\..\packages\GitVersionTask\build\$(__paket__GitVersionTask_targets).targets" Condition="Exists('..\..\packages\GitVersionTask\build\$(__paket__GitVersionTask_targets).targets')" Label="Paket" />
<ItemGroup>
<Analyzer Include="..\..\packages\StyleCop.Analyzers\analyzers\dotnet\cs\Newtonsoft.Json.dll">
<Paket>True</Paket>
</Analyzer>
<Analyzer Include="..\..\packages\StyleCop.Analyzers\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll">
<Paket>True</Paket>
</Analyzer>
<Analyzer Include="..\..\packages\StyleCop.Analyzers\analyzers\dotnet\cs\StyleCop.Analyzers.dll">
<Paket>True</Paket>
</Analyzer>
</ItemGroup>
<Choose>
<When Condition="$(TargetFrameworkIdentifier) == '.NETFramework' And ($(TargetFrameworkVersion) == 'v4.0' Or $(TargetFrameworkVersion) == 'v4.5')">
<ItemGroup>
Expand All @@ -231,8 +234,4 @@
</ItemGroup>
</When>
</Choose>
<Import Project="..\..\packages\StyleCopPlus.MSBuild\build\$(__paket__StyleCopPlus_MSBuild_props).props" Condition="Exists('..\..\packages\StyleCopPlus.MSBuild\build\$(__paket__StyleCopPlus_MSBuild_props).props')" Label="Paket" />
<Import Project="..\..\packages\Fody\build\$(__paket__Fody_targets).targets" Condition="Exists('..\..\packages\Fody\build\$(__paket__Fody_targets).targets')" Label="Paket" />
<Import Project="..\..$(__paket__GitVersionTask_targets).targets" Condition="Exists('..\..$(__paket__GitVersionTask_targets).targets')" Label="Paket" />
<Import Project="..\..\packages\StyleCop.MSBuild\build\$(__paket__StyleCop_MSBuild_Targets).targets" Condition="Exists('..\..\packages\StyleCop.MSBuild\build\$(__paket__StyleCop_MSBuild_Targets).targets')" Label="Paket" />
</Project>

0 comments on commit 14d2ec5

Please sign in to comment.