-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9c5d9c
commit 9fa797f
Showing
11 changed files
with
87 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,27 @@ | ||
{ | ||
"version": "5.0.0", | ||
|
||
"buildOptions": { | ||
"emitEntryPoint": true | ||
}, | ||
|
||
"dependencies": { | ||
"Microsoft.NETCore.Portable.Compatibility": "1.0.1", | ||
|
||
"Microsoft.NETCore.App": { | ||
"type": "platform", | ||
"version": "1.0.0" | ||
}, | ||
|
||
"ApacheThrift": "0.9.3", | ||
"ThriftSharp": "5.0.4", | ||
|
||
"BenchmarkDotNet": "0.9.9", | ||
"BenchmarkDotNet.Diagnostics.Windows": "0.9.9" | ||
}, | ||
|
||
"frameworks": { | ||
"netcoreapp1.0": { | ||
"imports": [ "net35", "net45" ], | ||
"dependencies": { | ||
"ThriftSharp": { | ||
"target": "project" | ||
} | ||
} | ||
} | ||
"net451": {} | ||
// TODO make that work | ||
//"netcoreapp1.0": { | ||
// "dependencies": { | ||
// "Microsoft.NETCore.Portable.Compatibility": "1.0.1", | ||
// "Microsoft.NETCore.App": { | ||
// "type": "platform", | ||
// "version": "1.0.1" | ||
// } | ||
// } | ||
//} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,31 @@ | ||
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata"> | ||
<Library> | ||
<Assembly Name="ThriftSharp"> | ||
<!-- Called by the generated expressions to read structs --> | ||
<Type Name="ThriftSharp.Internals.ThriftStructReader"> | ||
<Method Name="Read{T}" Dynamic="Required" /> | ||
</Type> | ||
<Library Name="ThriftSharp"> | ||
<!-- Called by the generated expressions to read structs --> | ||
<Type Name="ThriftSharp.Internals.ThriftStructReader"> | ||
<Method Name="Read{T}" Dynamic="Required" /> | ||
</Type> | ||
|
||
<!-- Called by the generated expressions to write structs --> | ||
<Type Name="ThriftSharp.Internals.ThriftStructWriter"> | ||
<Method Name="Write{T}" Dynamic="Required" /> | ||
</Type> | ||
|
||
<!-- Called by the proxy --> | ||
<Type Name="ThriftSharp.Internals.Thrift"> | ||
<Method Name="CallMethodAsync" Dynamic="Required" /> | ||
</Type> | ||
<!-- Called by the generated expressions to write structs --> | ||
<Type Name="ThriftSharp.Internals.ThriftStructWriter"> | ||
<Method Name="Write{T}" Dynamic="Required" /> | ||
</Type> | ||
|
||
<!-- Reflection is used to get/set properties and instantiate Thrift structs --> | ||
<Type Name="ThriftSharp.ThriftStructAttribute"> | ||
<AttributeImplies Dynamic="Required All" /> | ||
</Type> | ||
<!-- Called by the proxy --> | ||
<Type Name="ThriftSharp.Internals.Thrift"> | ||
<Method Name="CallMethodAsync" Dynamic="Required" /> | ||
</Type> | ||
|
||
<!-- Reflection is used to read methods of Thrift services --> | ||
<Type Name="ThriftSharp.ThriftServiceAttribute"> | ||
<AttributeImplies Browse="All" /> | ||
</Type> | ||
<!-- Reflection is used to get/set properties and instantiate Thrift structs --> | ||
<Type Name="ThriftSharp.ThriftStructAttribute"> | ||
<AttributeImplies Dynamic="Required All" /> | ||
</Type> | ||
|
||
<!-- Converters are instantiated, their methods are called, and their interface implementations are read --> | ||
<Type Name="ThriftSharp.IThriftValueConverter`2" Dynamic="Required All" /> | ||
</Assembly> | ||
<!-- Reflection is used to read methods of Thrift services --> | ||
<Type Name="ThriftSharp.ThriftServiceAttribute"> | ||
<AttributeImplies Browse="All" /> | ||
</Type> | ||
|
||
<!-- Converters are instantiated, their methods are called, and their interface implementations are read --> | ||
<Type Name="ThriftSharp.IThriftValueConverter`2" Dynamic="Required All" /> | ||
</Library> | ||
</Directives> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0.25420" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0.25420</VisualStudioVersion> | ||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | ||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | ||
</PropertyGroup> | ||
|
||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>46b8d9a2-cd36-4226-a689-eeb4e857ca1b</ProjectGuid> | ||
<ProjectGuid>e9cd2ebc-6efd-48ae-9fad-8752f545bfbb</ProjectGuid> | ||
<RootNamespace>ThriftSharp</RootNamespace> | ||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> | ||
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> | ||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
</PropertyGroup> | ||
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" /> | ||
</Project> | ||
</Project> |
Oops, something went wrong.