Skip to content

Commit 4bd4162

Browse files
committed
Add .IsValid to IData interface
1 parent 43d7a34 commit 4bd4162

38 files changed

+6340
-1
lines changed

.idea/.idea.BlockChain/.idea/contentModel.xml

+84
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BlockChain/.idea/encodings.xml

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BlockChain/.idea/indexLayout.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BlockChain/.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BlockChain/.idea/projectSettingsUpdater.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BlockChain/.idea/workspace.xml

+69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.idea.BlockChain/riderModule.iml

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": 1,
3+
"dgSpecHash": "M4e7R7yMwgCisJ7UxwhDx3E2ZQVcUpJnuLJicmeGFB6gvkjuaoX8ea0yO8aBG6OFXI9qowwuTbISrkWotoReKA==",
4+
"success": true
5+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
{
2+
"format": 1,
3+
"restore": {
4+
"/home/job/Documents/Projects/BlockChain/BlockChain.Cli/BlockChain.Cli.csproj": {}
5+
},
6+
"projects": {
7+
"/home/job/Documents/Projects/BlockChain/BlockChain.Cli/BlockChain.Cli.csproj": {
8+
"version": "1.0.0",
9+
"restore": {
10+
"projectUniqueName": "/home/job/Documents/Projects/BlockChain/BlockChain.Cli/BlockChain.Cli.csproj",
11+
"projectName": "BlockChain.Cli",
12+
"projectPath": "/home/job/Documents/Projects/BlockChain/BlockChain.Cli/BlockChain.Cli.csproj",
13+
"packagesPath": "/home/job/.nuget/packages/",
14+
"outputPath": "/home/job/Documents/Projects/BlockChain/BlockChain.Cli/obj/",
15+
"projectStyle": "PackageReference",
16+
"configFilePaths": [
17+
"/home/job/.config/NuGet/NuGet.Config"
18+
],
19+
"originalTargetFrameworks": [
20+
"netcoreapp3.1"
21+
],
22+
"sources": {
23+
"https://api.nuget.org/v3/index.json": {}
24+
},
25+
"frameworks": {
26+
"netcoreapp3.1": {
27+
"projectReferences": {
28+
"/home/job/Documents/Projects/BlockChain/BlockChain.Core/BlockChain.Core.csproj": {
29+
"projectPath": "/home/job/Documents/Projects/BlockChain/BlockChain.Core/BlockChain.Core.csproj"
30+
}
31+
}
32+
}
33+
},
34+
"warningProperties": {
35+
"warnAsError": [
36+
"NU1605"
37+
]
38+
}
39+
},
40+
"frameworks": {
41+
"netcoreapp3.1": {
42+
"imports": [
43+
"net461",
44+
"net462",
45+
"net47",
46+
"net471",
47+
"net472",
48+
"net48"
49+
],
50+
"assetTargetFallback": true,
51+
"warn": true,
52+
"downloadDependencies": [
53+
{
54+
"name": "Microsoft.NETCore.App.Host.linux-x64",
55+
"version": "[3.1.0, 3.1.0]"
56+
}
57+
],
58+
"frameworkReferences": {
59+
"Microsoft.NETCore.App": {
60+
"privateAssets": "all"
61+
}
62+
},
63+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/3.1.100/RuntimeIdentifierGraph.json"
64+
}
65+
}
66+
},
67+
"/home/job/Documents/Projects/BlockChain/BlockChain.Core/BlockChain.Core.csproj": {
68+
"version": "1.0.0",
69+
"restore": {
70+
"projectUniqueName": "/home/job/Documents/Projects/BlockChain/BlockChain.Core/BlockChain.Core.csproj",
71+
"projectName": "BlockChain.Core",
72+
"projectPath": "/home/job/Documents/Projects/BlockChain/BlockChain.Core/BlockChain.Core.csproj",
73+
"packagesPath": "/home/job/.nuget/packages/",
74+
"outputPath": "/home/job/Documents/Projects/BlockChain/BlockChain.Core/obj/",
75+
"projectStyle": "PackageReference",
76+
"configFilePaths": [
77+
"/home/job/.config/NuGet/NuGet.Config"
78+
],
79+
"originalTargetFrameworks": [
80+
"netcoreapp3.1"
81+
],
82+
"sources": {
83+
"https://api.nuget.org/v3/index.json": {}
84+
},
85+
"frameworks": {
86+
"netcoreapp3.1": {
87+
"projectReferences": {}
88+
}
89+
},
90+
"warningProperties": {
91+
"warnAsError": [
92+
"NU1605"
93+
]
94+
}
95+
},
96+
"frameworks": {
97+
"netcoreapp3.1": {
98+
"imports": [
99+
"net461",
100+
"net462",
101+
"net47",
102+
"net471",
103+
"net472",
104+
"net48"
105+
],
106+
"assetTargetFallback": true,
107+
"warn": true,
108+
"frameworkReferences": {
109+
"Microsoft.NETCore.App": {
110+
"privateAssets": "all"
111+
}
112+
},
113+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/3.1.100/RuntimeIdentifierGraph.json"
114+
}
115+
}
116+
}
117+
}
118+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4+
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5+
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6+
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7+
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/job/.nuget/packages/</NuGetPackageRoot>
8+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/job/.nuget/packages/</NuGetPackageFolders>
9+
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.3.0</NuGetToolVersion>
11+
</PropertyGroup>
12+
<PropertyGroup>
13+
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
14+
</PropertyGroup>
15+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
5+
</PropertyGroup>
6+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
//
5+
// Changes to this file may cause incorrect behavior and will be lost if
6+
// the code is regenerated.
7+
// </auto-generated>
8+
//------------------------------------------------------------------------------
9+
10+
using System;
11+
using System.Reflection;
12+
13+
[assembly: System.Reflection.AssemblyCompanyAttribute("BlockChain.Cli")]
14+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
15+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
17+
[assembly: System.Reflection.AssemblyProductAttribute("BlockChain.Cli")]
18+
[assembly: System.Reflection.AssemblyTitleAttribute("BlockChain.Cli")]
19+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
20+
21+
// Generated by the MSBuild WriteCodeFragment class.
22+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8d8cce6af5fc1fdbc34ddc1ba54afafe79132b10
Binary file not shown.

0 commit comments

Comments
 (0)