@lansweeper/scanningconfig-grpc 0.0.2 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/Lansweeper.ScanningConfig.GRPC.csproj +14 -6
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.deps.json +86 -4
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfo.cs +3 -3
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.assets.cache +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.csproj.AssemblyReference.cache +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.csproj.CoreCompileInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/obj/Debug/net6.0/dfe805b7589f203f_scanningconfig.protodep +2 -0
- package/{Scanningconfig.cs → obj/Debug/net6.0/proto/Scanningconfig.cs} +227 -41
- package/obj/Debug/net6.0/proto/ScanningconfigGrpc.cs +124 -0
- package/obj/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Debug/net6.0/refint/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.dgspec.json +12 -2
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.g.props +6 -0
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.g.targets +5 -1
- package/obj/project.assets.json +209 -3
- package/obj/project.nuget.cache +6 -2
- package/package.json +2 -2
- package/.useprotoc +0 -0
- package/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +0 -4
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
// <auto-generated>
|
|
2
|
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
// source: proto/scanningconfig.proto
|
|
4
|
+
// </auto-generated>
|
|
5
|
+
#pragma warning disable 0414, 1591, 8981
|
|
6
|
+
#region Designer generated code
|
|
7
|
+
|
|
8
|
+
using grpc = global::Grpc.Core;
|
|
9
|
+
|
|
10
|
+
namespace Lansweeper.Scanningconfig.V1 {
|
|
11
|
+
public static partial class ScanningConfigService
|
|
12
|
+
{
|
|
13
|
+
static readonly string __ServiceName = "lansweeper.scanningconfig.v1.ScanningConfigService";
|
|
14
|
+
|
|
15
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
16
|
+
static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context)
|
|
17
|
+
{
|
|
18
|
+
#if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
|
|
19
|
+
if (message is global::Google.Protobuf.IBufferMessage)
|
|
20
|
+
{
|
|
21
|
+
context.SetPayloadLength(message.CalculateSize());
|
|
22
|
+
global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter());
|
|
23
|
+
context.Complete();
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
#endif
|
|
27
|
+
context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message));
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
31
|
+
static class __Helper_MessageCache<T>
|
|
32
|
+
{
|
|
33
|
+
public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
37
|
+
static T __Helper_DeserializeMessage<T>(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser<T> parser) where T : global::Google.Protobuf.IMessage<T>
|
|
38
|
+
{
|
|
39
|
+
#if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
|
|
40
|
+
if (__Helper_MessageCache<T>.IsBufferMessage)
|
|
41
|
+
{
|
|
42
|
+
return parser.ParseFrom(context.PayloadAsReadOnlySequence());
|
|
43
|
+
}
|
|
44
|
+
#endif
|
|
45
|
+
return parser.ParseFrom(context.PayloadAsNewBuffer());
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
49
|
+
static readonly grpc::Marshaller<global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest> __Marshaller_lansweeper_scanningconfig_v1_GetConfigurationsBySourceRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest.Parser));
|
|
50
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
51
|
+
static readonly grpc::Marshaller<global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse> __Marshaller_lansweeper_scanningconfig_v1_GetConfigurationsBySourceResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse.Parser));
|
|
52
|
+
|
|
53
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
54
|
+
static readonly grpc::Method<global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest, global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse> __Method_GetConfigurationsBySource = new grpc::Method<global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest, global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse>(
|
|
55
|
+
grpc::MethodType.Unary,
|
|
56
|
+
__ServiceName,
|
|
57
|
+
"GetConfigurationsBySource",
|
|
58
|
+
__Marshaller_lansweeper_scanningconfig_v1_GetConfigurationsBySourceRequest,
|
|
59
|
+
__Marshaller_lansweeper_scanningconfig_v1_GetConfigurationsBySourceResponse);
|
|
60
|
+
|
|
61
|
+
/// <summary>Service descriptor</summary>
|
|
62
|
+
public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
|
|
63
|
+
{
|
|
64
|
+
get { return global::Lansweeper.Scanningconfig.V1.ScanningconfigReflection.Descriptor.Services[0]; }
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/// <summary>Client for ScanningConfigService</summary>
|
|
68
|
+
public partial class ScanningConfigServiceClient : grpc::ClientBase<ScanningConfigServiceClient>
|
|
69
|
+
{
|
|
70
|
+
/// <summary>Creates a new client for ScanningConfigService</summary>
|
|
71
|
+
/// <param name="channel">The channel to use to make remote calls.</param>
|
|
72
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
73
|
+
public ScanningConfigServiceClient(grpc::ChannelBase channel) : base(channel)
|
|
74
|
+
{
|
|
75
|
+
}
|
|
76
|
+
/// <summary>Creates a new client for ScanningConfigService that uses a custom <c>CallInvoker</c>.</summary>
|
|
77
|
+
/// <param name="callInvoker">The callInvoker to use to make remote calls.</param>
|
|
78
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
79
|
+
public ScanningConfigServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker)
|
|
80
|
+
{
|
|
81
|
+
}
|
|
82
|
+
/// <summary>Protected parameterless constructor to allow creation of test doubles.</summary>
|
|
83
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
84
|
+
protected ScanningConfigServiceClient() : base()
|
|
85
|
+
{
|
|
86
|
+
}
|
|
87
|
+
/// <summary>Protected constructor to allow creation of configured clients.</summary>
|
|
88
|
+
/// <param name="configuration">The client configuration.</param>
|
|
89
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
90
|
+
protected ScanningConfigServiceClient(ClientBaseConfiguration configuration) : base(configuration)
|
|
91
|
+
{
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
95
|
+
public virtual global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse GetConfigurationsBySource(global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
|
|
96
|
+
{
|
|
97
|
+
return GetConfigurationsBySource(request, new grpc::CallOptions(headers, deadline, cancellationToken));
|
|
98
|
+
}
|
|
99
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
100
|
+
public virtual global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse GetConfigurationsBySource(global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest request, grpc::CallOptions options)
|
|
101
|
+
{
|
|
102
|
+
return CallInvoker.BlockingUnaryCall(__Method_GetConfigurationsBySource, null, options, request);
|
|
103
|
+
}
|
|
104
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
105
|
+
public virtual grpc::AsyncUnaryCall<global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse> GetConfigurationsBySourceAsync(global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
|
|
106
|
+
{
|
|
107
|
+
return GetConfigurationsBySourceAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
|
|
108
|
+
}
|
|
109
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
110
|
+
public virtual grpc::AsyncUnaryCall<global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceResponse> GetConfigurationsBySourceAsync(global::Lansweeper.Scanningconfig.V1.GetConfigurationsBySourceRequest request, grpc::CallOptions options)
|
|
111
|
+
{
|
|
112
|
+
return CallInvoker.AsyncUnaryCall(__Method_GetConfigurationsBySource, null, options, request);
|
|
113
|
+
}
|
|
114
|
+
/// <summary>Creates a new instance of client from given <c>ClientBaseConfiguration</c>.</summary>
|
|
115
|
+
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
|
|
116
|
+
protected override ScanningConfigServiceClient NewInstance(ClientBaseConfiguration configuration)
|
|
117
|
+
{
|
|
118
|
+
return new ScanningConfigServiceClient(configuration);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
#endregion
|
|
Binary file
|
|
Binary file
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"projects": {
|
|
7
7
|
"/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj": {
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.2",
|
|
9
9
|
"restore": {
|
|
10
10
|
"projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
|
|
11
11
|
"projectName": "Lansweeper.ScanningConfig.GRPC",
|
|
@@ -42,6 +42,16 @@
|
|
|
42
42
|
"Google.Protobuf": {
|
|
43
43
|
"target": "Package",
|
|
44
44
|
"version": "[3.22.0, )"
|
|
45
|
+
},
|
|
46
|
+
"Grpc.Core": {
|
|
47
|
+
"target": "Package",
|
|
48
|
+
"version": "[2.46.6, )"
|
|
49
|
+
},
|
|
50
|
+
"Grpc.Tools": {
|
|
51
|
+
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
|
52
|
+
"suppressParent": "All",
|
|
53
|
+
"target": "Package",
|
|
54
|
+
"version": "[2.54.0, )"
|
|
45
55
|
}
|
|
46
56
|
},
|
|
47
57
|
"imports": [
|
|
@@ -60,7 +70,7 @@
|
|
|
60
70
|
"privateAssets": "all"
|
|
61
71
|
}
|
|
62
72
|
},
|
|
63
|
-
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.
|
|
73
|
+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.408/RuntimeIdentifierGraph.json"
|
|
64
74
|
}
|
|
65
75
|
}
|
|
66
76
|
}
|
|
@@ -12,4 +12,10 @@
|
|
|
12
12
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
13
13
|
<SourceRoot Include="/home/circleci/.nuget/packages/" />
|
|
14
14
|
</ItemGroup>
|
|
15
|
+
<ImportGroup Condition=" '$(TargetFramework)' == 'net6.0' AND '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
16
|
+
<Import Project="$(NuGetPackageRoot)grpc.tools/2.54.0/build/Grpc.Tools.props" Condition="Exists('$(NuGetPackageRoot)grpc.tools/2.54.0/build/Grpc.Tools.props')" />
|
|
17
|
+
</ImportGroup>
|
|
18
|
+
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0' AND '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
19
|
+
<PkgGrpc_Tools Condition=" '$(PkgGrpc_Tools)' == '' ">/home/circleci/.nuget/packages/grpc.tools/2.54.0</PkgGrpc_Tools>
|
|
20
|
+
</PropertyGroup>
|
|
15
21
|
</Project>
|
|
@@ -1,2 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
-
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
|
|
2
|
+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<ImportGroup Condition=" '$(TargetFramework)' == 'net6.0' AND '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
4
|
+
<Import Project="$(NuGetPackageRoot)grpc.tools/2.54.0/build/Grpc.Tools.targets" Condition="Exists('$(NuGetPackageRoot)grpc.tools/2.54.0/build/Grpc.Tools.targets')" />
|
|
5
|
+
</ImportGroup>
|
|
6
|
+
</Project>
|
package/obj/project.assets.json
CHANGED
|
@@ -14,6 +14,77 @@
|
|
|
14
14
|
"related": ".pdb;.xml"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
+
},
|
|
18
|
+
"Grpc.Core/2.46.6": {
|
|
19
|
+
"type": "package",
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"Grpc.Core.Api": "2.46.6",
|
|
22
|
+
"System.Memory": "4.5.3"
|
|
23
|
+
},
|
|
24
|
+
"compile": {
|
|
25
|
+
"lib/netstandard2.0/Grpc.Core.dll": {
|
|
26
|
+
"related": ".pdb;.xml"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"runtime": {
|
|
30
|
+
"lib/netstandard2.0/Grpc.Core.dll": {
|
|
31
|
+
"related": ".pdb;.xml"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"runtimeTargets": {
|
|
35
|
+
"runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so": {
|
|
36
|
+
"assetType": "native",
|
|
37
|
+
"rid": "linux-arm64"
|
|
38
|
+
},
|
|
39
|
+
"runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so": {
|
|
40
|
+
"assetType": "native",
|
|
41
|
+
"rid": "linux-x64"
|
|
42
|
+
},
|
|
43
|
+
"runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib": {
|
|
44
|
+
"assetType": "native",
|
|
45
|
+
"rid": "osx-x64"
|
|
46
|
+
},
|
|
47
|
+
"runtimes/win-x64/native/grpc_csharp_ext.x64.dll": {
|
|
48
|
+
"assetType": "native",
|
|
49
|
+
"rid": "win-x64"
|
|
50
|
+
},
|
|
51
|
+
"runtimes/win-x86/native/grpc_csharp_ext.x86.dll": {
|
|
52
|
+
"assetType": "native",
|
|
53
|
+
"rid": "win-x86"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"Grpc.Core.Api/2.46.6": {
|
|
58
|
+
"type": "package",
|
|
59
|
+
"dependencies": {
|
|
60
|
+
"System.Memory": "4.5.3"
|
|
61
|
+
},
|
|
62
|
+
"compile": {
|
|
63
|
+
"lib/netstandard2.1/Grpc.Core.Api.dll": {
|
|
64
|
+
"related": ".pdb;.xml"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"runtime": {
|
|
68
|
+
"lib/netstandard2.1/Grpc.Core.Api.dll": {
|
|
69
|
+
"related": ".pdb;.xml"
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"Grpc.Tools/2.54.0": {
|
|
74
|
+
"type": "package",
|
|
75
|
+
"build": {
|
|
76
|
+
"build/Grpc.Tools.props": {},
|
|
77
|
+
"build/Grpc.Tools.targets": {}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"System.Memory/4.5.3": {
|
|
81
|
+
"type": "package",
|
|
82
|
+
"compile": {
|
|
83
|
+
"ref/netcoreapp2.1/_._": {}
|
|
84
|
+
},
|
|
85
|
+
"runtime": {
|
|
86
|
+
"lib/netcoreapp2.1/_._": {}
|
|
87
|
+
}
|
|
17
88
|
}
|
|
18
89
|
}
|
|
19
90
|
},
|
|
@@ -40,18 +111,143 @@
|
|
|
40
111
|
"lib/netstandard2.0/Google.Protobuf.pdb",
|
|
41
112
|
"lib/netstandard2.0/Google.Protobuf.xml"
|
|
42
113
|
]
|
|
114
|
+
},
|
|
115
|
+
"Grpc.Core/2.46.6": {
|
|
116
|
+
"sha512": "ZoRg3KmOJ2urTF4+u3H0b1Yv10xzz2Y/flFWS2tnRmj8dbKLeiJaSRqu4LOBD3ova90evqLkVZ85kUkC4JT4lw==",
|
|
117
|
+
"type": "package",
|
|
118
|
+
"path": "grpc.core/2.46.6",
|
|
119
|
+
"files": [
|
|
120
|
+
".nupkg.metadata",
|
|
121
|
+
".signature.p7s",
|
|
122
|
+
"build/net45/Grpc.Core.targets",
|
|
123
|
+
"buildTransitive/net45/Grpc.Core.targets",
|
|
124
|
+
"grpc.core.2.46.6.nupkg.sha512",
|
|
125
|
+
"grpc.core.nuspec",
|
|
126
|
+
"lib/net45/Grpc.Core.dll",
|
|
127
|
+
"lib/net45/Grpc.Core.pdb",
|
|
128
|
+
"lib/net45/Grpc.Core.xml",
|
|
129
|
+
"lib/netstandard1.5/Grpc.Core.dll",
|
|
130
|
+
"lib/netstandard1.5/Grpc.Core.pdb",
|
|
131
|
+
"lib/netstandard1.5/Grpc.Core.xml",
|
|
132
|
+
"lib/netstandard2.0/Grpc.Core.dll",
|
|
133
|
+
"lib/netstandard2.0/Grpc.Core.pdb",
|
|
134
|
+
"lib/netstandard2.0/Grpc.Core.xml",
|
|
135
|
+
"packageIcon.png",
|
|
136
|
+
"runtimes/linux-arm64/native/libgrpc_csharp_ext.arm64.so",
|
|
137
|
+
"runtimes/linux-x64/native/libgrpc_csharp_ext.x64.so",
|
|
138
|
+
"runtimes/osx-x64/native/libgrpc_csharp_ext.x64.dylib",
|
|
139
|
+
"runtimes/win-x64/native/grpc_csharp_ext.x64.dll",
|
|
140
|
+
"runtimes/win-x86/native/grpc_csharp_ext.x86.dll"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
"Grpc.Core.Api/2.46.6": {
|
|
144
|
+
"sha512": "Z7HJGqJYyKb53qfp1jf0wRDYs3sxOnkAFxXAW6q52LLmX/zxzjtFLI9eaWO5UC0weiWjn4iT1FzR+tj9qYZAMg==",
|
|
145
|
+
"type": "package",
|
|
146
|
+
"path": "grpc.core.api/2.46.6",
|
|
147
|
+
"files": [
|
|
148
|
+
".nupkg.metadata",
|
|
149
|
+
".signature.p7s",
|
|
150
|
+
"grpc.core.api.2.46.6.nupkg.sha512",
|
|
151
|
+
"grpc.core.api.nuspec",
|
|
152
|
+
"lib/net45/Grpc.Core.Api.dll",
|
|
153
|
+
"lib/net45/Grpc.Core.Api.pdb",
|
|
154
|
+
"lib/net45/Grpc.Core.Api.xml",
|
|
155
|
+
"lib/netstandard1.5/Grpc.Core.Api.dll",
|
|
156
|
+
"lib/netstandard1.5/Grpc.Core.Api.pdb",
|
|
157
|
+
"lib/netstandard1.5/Grpc.Core.Api.xml",
|
|
158
|
+
"lib/netstandard2.0/Grpc.Core.Api.dll",
|
|
159
|
+
"lib/netstandard2.0/Grpc.Core.Api.pdb",
|
|
160
|
+
"lib/netstandard2.0/Grpc.Core.Api.xml",
|
|
161
|
+
"lib/netstandard2.1/Grpc.Core.Api.dll",
|
|
162
|
+
"lib/netstandard2.1/Grpc.Core.Api.pdb",
|
|
163
|
+
"lib/netstandard2.1/Grpc.Core.Api.xml",
|
|
164
|
+
"packageIcon.png"
|
|
165
|
+
]
|
|
166
|
+
},
|
|
167
|
+
"Grpc.Tools/2.54.0": {
|
|
168
|
+
"sha512": "E+c9vTTSM1AHX5085MeF4J6QS0qACiz0Svm2zk+/F6gjuSo178gMLn7n6jMOSdF6OEHde5Cm86ouD8X49SrVbA==",
|
|
169
|
+
"type": "package",
|
|
170
|
+
"path": "grpc.tools/2.54.0",
|
|
171
|
+
"hasTools": true,
|
|
172
|
+
"files": [
|
|
173
|
+
".nupkg.metadata",
|
|
174
|
+
".signature.p7s",
|
|
175
|
+
"README.md",
|
|
176
|
+
"build/Grpc.Tools.props",
|
|
177
|
+
"build/Grpc.Tools.targets",
|
|
178
|
+
"build/_grpc/Grpc.CSharp.xml",
|
|
179
|
+
"build/_grpc/_Grpc.Tools.props",
|
|
180
|
+
"build/_grpc/_Grpc.Tools.targets",
|
|
181
|
+
"build/_protobuf/Google.Protobuf.Tools.props",
|
|
182
|
+
"build/_protobuf/Google.Protobuf.Tools.targets",
|
|
183
|
+
"build/_protobuf/Protobuf.CSharp.xml",
|
|
184
|
+
"build/_protobuf/net45/Protobuf.MSBuild.dll",
|
|
185
|
+
"build/_protobuf/net45/Protobuf.MSBuild.pdb",
|
|
186
|
+
"build/_protobuf/netstandard1.3/Protobuf.MSBuild.dll",
|
|
187
|
+
"build/_protobuf/netstandard1.3/Protobuf.MSBuild.pdb",
|
|
188
|
+
"build/native/Grpc.Tools.props",
|
|
189
|
+
"build/native/include/google/protobuf/any.proto",
|
|
190
|
+
"build/native/include/google/protobuf/api.proto",
|
|
191
|
+
"build/native/include/google/protobuf/descriptor.proto",
|
|
192
|
+
"build/native/include/google/protobuf/duration.proto",
|
|
193
|
+
"build/native/include/google/protobuf/empty.proto",
|
|
194
|
+
"build/native/include/google/protobuf/field_mask.proto",
|
|
195
|
+
"build/native/include/google/protobuf/source_context.proto",
|
|
196
|
+
"build/native/include/google/protobuf/struct.proto",
|
|
197
|
+
"build/native/include/google/protobuf/timestamp.proto",
|
|
198
|
+
"build/native/include/google/protobuf/type.proto",
|
|
199
|
+
"build/native/include/google/protobuf/wrappers.proto",
|
|
200
|
+
"grpc.tools.2.54.0.nupkg.sha512",
|
|
201
|
+
"grpc.tools.nuspec",
|
|
202
|
+
"packageIcon.png",
|
|
203
|
+
"tools/linux_arm64/grpc_csharp_plugin",
|
|
204
|
+
"tools/linux_arm64/protoc",
|
|
205
|
+
"tools/linux_x64/grpc_csharp_plugin",
|
|
206
|
+
"tools/linux_x64/protoc",
|
|
207
|
+
"tools/linux_x86/grpc_csharp_plugin",
|
|
208
|
+
"tools/linux_x86/protoc",
|
|
209
|
+
"tools/macosx_x64/grpc_csharp_plugin",
|
|
210
|
+
"tools/macosx_x64/protoc",
|
|
211
|
+
"tools/windows_x64/grpc_csharp_plugin.exe",
|
|
212
|
+
"tools/windows_x64/protoc.exe",
|
|
213
|
+
"tools/windows_x86/grpc_csharp_plugin.exe",
|
|
214
|
+
"tools/windows_x86/protoc.exe"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
217
|
+
"System.Memory/4.5.3": {
|
|
218
|
+
"sha512": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
|
|
219
|
+
"type": "package",
|
|
220
|
+
"path": "system.memory/4.5.3",
|
|
221
|
+
"files": [
|
|
222
|
+
".nupkg.metadata",
|
|
223
|
+
".signature.p7s",
|
|
224
|
+
"LICENSE.TXT",
|
|
225
|
+
"THIRD-PARTY-NOTICES.TXT",
|
|
226
|
+
"lib/netcoreapp2.1/_._",
|
|
227
|
+
"lib/netstandard1.1/System.Memory.dll",
|
|
228
|
+
"lib/netstandard1.1/System.Memory.xml",
|
|
229
|
+
"lib/netstandard2.0/System.Memory.dll",
|
|
230
|
+
"lib/netstandard2.0/System.Memory.xml",
|
|
231
|
+
"ref/netcoreapp2.1/_._",
|
|
232
|
+
"system.memory.4.5.3.nupkg.sha512",
|
|
233
|
+
"system.memory.nuspec",
|
|
234
|
+
"useSharedDesignerContext.txt",
|
|
235
|
+
"version.txt"
|
|
236
|
+
]
|
|
43
237
|
}
|
|
44
238
|
},
|
|
45
239
|
"projectFileDependencyGroups": {
|
|
46
240
|
"net6.0": [
|
|
47
|
-
"Google.Protobuf >= 3.22.0"
|
|
241
|
+
"Google.Protobuf >= 3.22.0",
|
|
242
|
+
"Grpc.Core >= 2.46.6",
|
|
243
|
+
"Grpc.Tools >= 2.54.0"
|
|
48
244
|
]
|
|
49
245
|
},
|
|
50
246
|
"packageFolders": {
|
|
51
247
|
"/home/circleci/.nuget/packages/": {}
|
|
52
248
|
},
|
|
53
249
|
"project": {
|
|
54
|
-
"version": "0.0.
|
|
250
|
+
"version": "0.0.2",
|
|
55
251
|
"restore": {
|
|
56
252
|
"projectUniqueName": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
|
|
57
253
|
"projectName": "Lansweeper.ScanningConfig.GRPC",
|
|
@@ -88,6 +284,16 @@
|
|
|
88
284
|
"Google.Protobuf": {
|
|
89
285
|
"target": "Package",
|
|
90
286
|
"version": "[3.22.0, )"
|
|
287
|
+
},
|
|
288
|
+
"Grpc.Core": {
|
|
289
|
+
"target": "Package",
|
|
290
|
+
"version": "[2.46.6, )"
|
|
291
|
+
},
|
|
292
|
+
"Grpc.Tools": {
|
|
293
|
+
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
|
294
|
+
"suppressParent": "All",
|
|
295
|
+
"target": "Package",
|
|
296
|
+
"version": "[2.54.0, )"
|
|
91
297
|
}
|
|
92
298
|
},
|
|
93
299
|
"imports": [
|
|
@@ -106,7 +312,7 @@
|
|
|
106
312
|
"privateAssets": "all"
|
|
107
313
|
}
|
|
108
314
|
},
|
|
109
|
-
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.
|
|
315
|
+
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.408/RuntimeIdentifierGraph.json"
|
|
110
316
|
}
|
|
111
317
|
}
|
|
112
318
|
}
|
package/obj/project.nuget.cache
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 2,
|
|
3
|
-
"dgSpecHash": "
|
|
3
|
+
"dgSpecHash": "rsJEVw7LhcZVMqT+9xkryMOO+v7McnTuSjJR3LcRnJDqnTt0FS4xzn1DvckRMVcuKwzSl2G/GlGI5vLHpFTjVQ==",
|
|
4
4
|
"success": true,
|
|
5
5
|
"projectFilePath": "/home/circleci/project/packages/scanningconfig/grpc/Lansweeper.ScanningConfig.GRPC.csproj",
|
|
6
6
|
"expectedPackageFiles": [
|
|
7
|
-
"/home/circleci/.nuget/packages/google.protobuf/3.22.0/google.protobuf.3.22.0.nupkg.sha512"
|
|
7
|
+
"/home/circleci/.nuget/packages/google.protobuf/3.22.0/google.protobuf.3.22.0.nupkg.sha512",
|
|
8
|
+
"/home/circleci/.nuget/packages/grpc.core/2.46.6/grpc.core.2.46.6.nupkg.sha512",
|
|
9
|
+
"/home/circleci/.nuget/packages/grpc.core.api/2.46.6/grpc.core.api.2.46.6.nupkg.sha512",
|
|
10
|
+
"/home/circleci/.nuget/packages/grpc.tools/2.54.0/grpc.tools.2.54.0.nupkg.sha512",
|
|
11
|
+
"/home/circleci/.nuget/packages/system.memory/4.5.3/system.memory.4.5.3.nupkg.sha512"
|
|
8
12
|
],
|
|
9
13
|
"logs": []
|
|
10
14
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/scanningconfig-grpc",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"description": "ScanningConfig grpc",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
"@grpc/grpc-js": "^1.6.2",
|
|
13
13
|
"@types/google-protobuf": "^3.15.5"
|
|
14
14
|
},
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "cd50336074b546061c24988cb5b7ebca470aea32"
|
|
16
16
|
}
|
package/.useprotoc
DELETED
|
File without changes
|