Commit 46087515 authored by mohammad.salama's avatar mohammad.salama

removed docker support , still working in console , some changes were made for preformance

parent 431c3644
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>dotnet-FinalMessagesConsumer-C27D36D8-44DD-48C5-BC19-18A03CCAEAF1</UserSecretsId> <UserSecretsId>dotnet-FinalMessagesConsumer-C27D36D8-44DD-48C5-BC19-18A03CCAEAF1</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<OutputType>Exe</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
...@@ -15,7 +12,6 @@ ...@@ -15,7 +12,6 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="CSRedisCore" Version="3.8.803" /> <PackageReference Include="CSRedisCore" Version="3.8.803" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.14.0" />
<PackageReference Include="StackExchange.Redis" Version="2.8.0" /> <PackageReference Include="StackExchange.Redis" Version="2.8.0" />
</ItemGroup> </ItemGroup>
</Project> </Project>
...@@ -6,9 +6,6 @@ ...@@ -6,9 +6,6 @@
"DOTNET_ENVIRONMENT": "Development" "DOTNET_ENVIRONMENT": "Development"
}, },
"dotnetRunMessages": true "dotnetRunMessages": true
},
"Docker": {
"commandName": "Docker"
} }
} }
} }
\ No newline at end of file
...@@ -23,7 +23,7 @@ namespace FinalMessagesConsumer ...@@ -23,7 +23,7 @@ namespace FinalMessagesConsumer
turn ^= 1; turn ^= 1;
//Console.WriteLine("**************************************************"); //Console.WriteLine("**************************************************");
await Task.Delay(100000); await Task.Delay(1000);
} }
} }
} }
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
"dependencies": { "dependencies": {
"CSRedisCore": "3.8.803", "CSRedisCore": "3.8.803",
"Microsoft.Extensions.Hosting": "6.0.0", "Microsoft.Extensions.Hosting": "6.0.0",
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.14.0",
"StackExchange.Redis": "2.8.0" "StackExchange.Redis": "2.8.0"
}, },
"runtime": { "runtime": {
...@@ -367,7 +366,6 @@ ...@@ -367,7 +366,6 @@
} }
} }
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {},
"Newtonsoft.Json/13.0.1": { "Newtonsoft.Json/13.0.1": {
"runtime": { "runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": { "lib/netstandard2.0/Newtonsoft.Json.dll": {
...@@ -637,13 +635,6 @@ ...@@ -637,13 +635,6 @@
"path": "microsoft.extensions.primitives/6.0.0", "path": "microsoft.extensions.primitives/6.0.0",
"hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512" "hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yORzATlNmCp4kEwkxznLZ3maTaUJc5yTcu3aPufY8Tq4141/bRRWsa91u8I24MR3BTCCJlZO98xuQWB4arlKCw==",
"path": "microsoft.visualstudio.azure.containers.tools.targets/1.14.0",
"hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.14.0.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": { "Newtonsoft.Json/13.0.1": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"RedisInfo": { "RedisInfo": {
"Read": { "Read": {
"Connection": "localhost:6400", "Connection": "127.0.0.1:6400",
"ConsumerID": "cons-1" "ConsumerID": "cons-1"
}, },
"Providors": { "Providors": {
......
...@@ -52,10 +52,6 @@ ...@@ -52,10 +52,6 @@
"target": "Package", "target": "Package",
"version": "[6.0.0, )" "version": "[6.0.0, )"
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": {
"target": "Package",
"version": "[1.14.0, )"
},
"StackExchange.Redis": { "StackExchange.Redis": {
"target": "Package", "target": "Package",
"version": "[2.8.0, )" "version": "[2.8.0, )"
......
...@@ -13,10 +13,4 @@ ...@@ -13,10 +13,4 @@
<SourceRoot Include="C:\Users\moham\.nuget\packages\" /> <SourceRoot Include="C:\Users\moham\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup> </ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props" Condition="Exists('$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets Condition=" '$(PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets)' == '' ">C:\Users\moham\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.14.0</PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets>
</PropertyGroup>
</Project> </Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8" standalone="no"?> <?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> \ No newline at end of file
<Import Project="$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets')" />
</ImportGroup>
</Project>
\ No newline at end of file
...@@ -411,13 +411,6 @@ ...@@ -411,13 +411,6 @@
"buildTransitive/netcoreapp3.1/_._": {} "buildTransitive/netcoreapp3.1/_._": {}
} }
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {
"type": "package",
"build": {
"build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props": {},
"build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets": {}
}
},
"Newtonsoft.Json/13.0.1": { "Newtonsoft.Json/13.0.1": {
"type": "package", "type": "package",
"compile": { "compile": {
...@@ -1142,85 +1135,6 @@ ...@@ -1142,85 +1135,6 @@
"useSharedDesignerContext.txt" "useSharedDesignerContext.txt"
] ]
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {
"sha512": "yORzATlNmCp4kEwkxznLZ3maTaUJc5yTcu3aPufY8Tq4141/bRRWsa91u8I24MR3BTCCJlZO98xuQWB4arlKCw==",
"type": "package",
"path": "microsoft.visualstudio.azure.containers.tools.targets/1.14.0",
"hasTools": true,
"files": [
".nupkg.metadata",
".signature.p7s",
"EULA.md",
"ThirdPartyNotices.txt",
"build/Container.props",
"build/Container.targets",
"build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props",
"build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets",
"build/Rules/GeneralBrowseObject.xaml",
"build/Rules/cs-CZ/GeneralBrowseObject.xaml",
"build/Rules/de-DE/GeneralBrowseObject.xaml",
"build/Rules/es-ES/GeneralBrowseObject.xaml",
"build/Rules/fr-FR/GeneralBrowseObject.xaml",
"build/Rules/it-IT/GeneralBrowseObject.xaml",
"build/Rules/ja-JP/GeneralBrowseObject.xaml",
"build/Rules/ko-KR/GeneralBrowseObject.xaml",
"build/Rules/pl-PL/GeneralBrowseObject.xaml",
"build/Rules/pt-BR/GeneralBrowseObject.xaml",
"build/Rules/ru-RU/GeneralBrowseObject.xaml",
"build/Rules/tr-TR/GeneralBrowseObject.xaml",
"build/Rules/zh-CN/GeneralBrowseObject.xaml",
"build/Rules/zh-TW/GeneralBrowseObject.xaml",
"build/ToolsTarget.props",
"build/ToolsTarget.targets",
"icon.png",
"microsoft.visualstudio.azure.containers.tools.targets.1.14.0.nupkg.sha512",
"microsoft.visualstudio.azure.containers.tools.targets.nuspec",
"tools/Microsoft.VisualStudio.Containers.Tools.Common.dll",
"tools/Microsoft.VisualStudio.Containers.Tools.Shared.dll",
"tools/Microsoft.VisualStudio.Containers.Tools.Tasks.dll",
"tools/Newtonsoft.Json.dll",
"tools/cs/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/cs/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/cs/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/de/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/de/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/de/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/es/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/es/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/es/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/fr/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/fr/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/fr/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/it/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/it/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/it/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/ja/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/ja/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/ja/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/ko/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/ko/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/ko/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/pl/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/pl/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/pl/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/ru/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/ru/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/ru/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/tr/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/tr/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/tr/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/utils/KillProcess.exe",
"tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll"
]
},
"Newtonsoft.Json/13.0.1": { "Newtonsoft.Json/13.0.1": {
"sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"type": "package", "type": "package",
...@@ -1529,7 +1443,6 @@ ...@@ -1529,7 +1443,6 @@
"net6.0": [ "net6.0": [
"CSRedisCore >= 3.8.803", "CSRedisCore >= 3.8.803",
"Microsoft.Extensions.Hosting >= 6.0.0", "Microsoft.Extensions.Hosting >= 6.0.0",
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets >= 1.14.0",
"StackExchange.Redis >= 2.8.0" "StackExchange.Redis >= 2.8.0"
] ]
}, },
...@@ -1585,10 +1498,6 @@ ...@@ -1585,10 +1498,6 @@
"target": "Package", "target": "Package",
"version": "[6.0.0, )" "version": "[6.0.0, )"
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": {
"target": "Package",
"version": "[1.14.0, )"
},
"StackExchange.Redis": { "StackExchange.Redis": {
"target": "Package", "target": "Package",
"version": "[2.8.0, )" "version": "[2.8.0, )"
......
{ {
"version": 2, "version": 2,
"dgSpecHash": "Kpdey2/d205RIEZAR27BAKsPBT3mz/SRmMeAAtvHCG7rhnvWpgHeR0yLoTr1Ru0R1IWus6v/pb/rg1HNkEMdCA==", "dgSpecHash": "wvum4EwPcM7MkldOBPVFjTAPZ88ToqYnYGOQf47xqysv+nhIqqB5b/B8QLbB9XyM7WAovuJGpC9/qZAxbloNCQ==",
"success": true, "success": true,
"projectFilePath": "D:\\HIAST\\FIY\\Project-MSGPriorityQ\\GrpcMessage\\message-priority-queue\\FinalMessagesConsumer\\FinalMessagesConsumer.csproj", "projectFilePath": "D:\\HIAST\\FIY\\Project-MSGPriorityQ\\GrpcMessage\\message-priority-queue\\FinalMessagesConsumer\\FinalMessagesConsumer.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
"C:\\Users\\moham\\.nuget\\packages\\microsoft.extensions.options\\6.0.0\\microsoft.extensions.options.6.0.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\microsoft.extensions.options\\6.0.0\\microsoft.extensions.options.6.0.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\microsoft.extensions.options.configurationextensions\\6.0.0\\microsoft.extensions.options.configurationextensions.6.0.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\microsoft.extensions.options.configurationextensions\\6.0.0\\microsoft.extensions.options.configurationextensions.6.0.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\microsoft.extensions.primitives\\6.0.0\\microsoft.extensions.primitives.6.0.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\microsoft.extensions.primitives\\6.0.0\\microsoft.extensions.primitives.6.0.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\microsoft.visualstudio.azure.containers.tools.targets\\1.14.0\\microsoft.visualstudio.azure.containers.tools.targets.1.14.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\pipelines.sockets.unofficial\\2.2.8\\pipelines.sockets.unofficial.2.2.8.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\pipelines.sockets.unofficial\\2.2.8\\pipelines.sockets.unofficial.2.2.8.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\stackexchange.redis\\2.8.0\\stackexchange.redis.2.8.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\stackexchange.redis\\2.8.0\\stackexchange.redis.2.8.0.nupkg.sha512",
......
...@@ -26,13 +26,11 @@ ...@@ -26,13 +26,11 @@
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.14.0" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
<SteeltoeVersion>3.2.6</SteeltoeVersion> <SteeltoeVersion>3.2.6</SteeltoeVersion>
<UserSecretsId>5777184e-2fda-463b-b101-fadbc76b2362</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
...@@ -41,8 +39,8 @@ ...@@ -41,8 +39,8 @@
<PackageReference Include="OpenTelemetry.Collector.Dependencies" Version="0.2.0-alpha.179" /> <PackageReference Include="OpenTelemetry.Collector.Dependencies" Version="0.2.0-alpha.179" />
<PackageReference Include="OpenTelemetry.Exporter.ApplicationInsights" Version="0.2.0-alpha.179" /> <PackageReference Include="OpenTelemetry.Exporter.ApplicationInsights" Version="0.2.0-alpha.179" />
<PackageReference Include="OpenTelemetry.Exporter.Jaeger" Version="1.5.1"/> <PackageReference Include="OpenTelemetry.Exporter.Jaeger" Version="1.5.1" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.9.0"/> <PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" /> <PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" /> <PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.GrpcNetClient" Version="1.9.0-beta.1" /> <PackageReference Include="OpenTelemetry.Instrumentation.GrpcNetClient" Version="1.9.0-beta.1" />
......
...@@ -12,12 +12,11 @@ ...@@ -12,12 +12,11 @@
"Grpc.AspNetCore": "2.40.0", "Grpc.AspNetCore": "2.40.0",
"Grpc.Net.Client": "2.63.0", "Grpc.Net.Client": "2.63.0",
"Grpc.Tools": "2.64.0", "Grpc.Tools": "2.64.0",
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.14.0",
"OpenTelemetry.Collector.AspNetCore": "0.2.0-alpha.179", "OpenTelemetry.Collector.AspNetCore": "0.2.0-alpha.179",
"OpenTelemetry.Collector.Dependencies": "0.2.0-alpha.179", "OpenTelemetry.Collector.Dependencies": "0.2.0-alpha.179",
"OpenTelemetry.Exporter.ApplicationInsights": "0.2.0-alpha.179", "OpenTelemetry.Exporter.ApplicationInsights": "0.2.0-alpha.179",
"OpenTelemetry.Exporter.Console": "1.0.1", "OpenTelemetry.Exporter.Console": "1.9.0",
"OpenTelemetry.Exporter.Jaeger": "1.0.1", "OpenTelemetry.Exporter.Jaeger": "1.5.1",
"OpenTelemetry.Extensions.Hosting": "1.9.0", "OpenTelemetry.Extensions.Hosting": "1.9.0",
"OpenTelemetry.Instrumentation.AspNetCore": "1.9.0", "OpenTelemetry.Instrumentation.AspNetCore": "1.9.0",
"OpenTelemetry.Instrumentation.GrpcNetClient": "1.9.0-beta.1", "OpenTelemetry.Instrumentation.GrpcNetClient": "1.9.0-beta.1",
...@@ -445,7 +444,6 @@ ...@@ -445,7 +444,6 @@
} }
} }
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {},
"OpenTelemetry/1.9.0": { "OpenTelemetry/1.9.0": {
"dependencies": { "dependencies": {
"Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0", "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0",
...@@ -518,25 +516,26 @@ ...@@ -518,25 +516,26 @@
} }
} }
}, },
"OpenTelemetry.Exporter.Console/1.0.1": { "OpenTelemetry.Exporter.Console/1.9.0": {
"dependencies": { "dependencies": {
"OpenTelemetry": "1.9.0" "OpenTelemetry": "1.9.0"
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/OpenTelemetry.Exporter.Console.dll": { "lib/net6.0/OpenTelemetry.Exporter.Console.dll": {
"assemblyVersion": "1.0.0.0", "assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.1.11" "fileVersion": "1.9.0.1312"
} }
} }
}, },
"OpenTelemetry.Exporter.Jaeger/1.0.1": { "OpenTelemetry.Exporter.Jaeger/1.5.1": {
"dependencies": { "dependencies": {
"OpenTelemetry": "1.9.0" "OpenTelemetry": "1.9.0",
"System.Threading.Tasks.Extensions": "4.5.4"
}, },
"runtime": { "runtime": {
"lib/netstandard2.1/OpenTelemetry.Exporter.Jaeger.dll": { "lib/net6.0/OpenTelemetry.Exporter.Jaeger.dll": {
"assemblyVersion": "1.0.0.0", "assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.1.11" "fileVersion": "1.5.1.929"
} }
} }
}, },
...@@ -848,7 +847,8 @@ ...@@ -848,7 +847,8 @@
"Microsoft.NETCore.Targets": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0" "System.Runtime": "4.3.0"
} }
} },
"System.Threading.Tasks.Extensions/4.5.4": {}
} }
}, },
"libraries": { "libraries": {
...@@ -1179,13 +1179,6 @@ ...@@ -1179,13 +1179,6 @@
"path": "microsoft.openapi/1.2.3", "path": "microsoft.openapi/1.2.3",
"hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yORzATlNmCp4kEwkxznLZ3maTaUJc5yTcu3aPufY8Tq4141/bRRWsa91u8I24MR3BTCCJlZO98xuQWB4arlKCw==",
"path": "microsoft.visualstudio.azure.containers.tools.targets/1.14.0",
"hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.14.0.nupkg.sha512"
},
"OpenTelemetry/1.9.0": { "OpenTelemetry/1.9.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
...@@ -1228,19 +1221,19 @@ ...@@ -1228,19 +1221,19 @@
"path": "opentelemetry.exporter.applicationinsights/0.2.0-alpha.179", "path": "opentelemetry.exporter.applicationinsights/0.2.0-alpha.179",
"hashPath": "opentelemetry.exporter.applicationinsights.0.2.0-alpha.179.nupkg.sha512" "hashPath": "opentelemetry.exporter.applicationinsights.0.2.0-alpha.179.nupkg.sha512"
}, },
"OpenTelemetry.Exporter.Console/1.0.1": { "OpenTelemetry.Exporter.Console/1.9.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-FAgbs0W1fRlhxB5ZhUz8BA4QYv1Y18Y/jefRo8izHQ31B8OvuwdySVpeuYq5O1DnfxKomJQWAkdAEzJgszgj8g==", "sha512": "sha512-TbScDLSc6kcji+/wZYIf8/HBV2SnttzN7PNxr3TYczlmGlU4K2ugujp6seSktEO4OaAvKRd7Y3CG3SKNj0C+1Q==",
"path": "opentelemetry.exporter.console/1.0.1", "path": "opentelemetry.exporter.console/1.9.0",
"hashPath": "opentelemetry.exporter.console.1.0.1.nupkg.sha512" "hashPath": "opentelemetry.exporter.console.1.9.0.nupkg.sha512"
}, },
"OpenTelemetry.Exporter.Jaeger/1.0.1": { "OpenTelemetry.Exporter.Jaeger/1.5.1": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-47CP4Xj754Rp6VMiLez2TlFSWMWLag2W9yOODDV8rW/pvf34Gr14oT979nWgkI5bThnItcLi9MS3SLBuZouOVw==", "sha512": "sha512-gBDpVDSqyTgsiPdMeHWjwlJnQAcVaF4BH0fnTwZScSjFqSHEuwmvRbOzvn44tGbVttOA1qpqPPid+OyrszMRXQ==",
"path": "opentelemetry.exporter.jaeger/1.0.1", "path": "opentelemetry.exporter.jaeger/1.5.1",
"hashPath": "opentelemetry.exporter.jaeger.1.0.1.nupkg.sha512" "hashPath": "opentelemetry.exporter.jaeger.1.5.1.nupkg.sha512"
}, },
"OpenTelemetry.Extensions.Hosting/1.9.0": { "OpenTelemetry.Extensions.Hosting/1.9.0": {
"type": "package", "type": "package",
...@@ -1465,6 +1458,13 @@ ...@@ -1465,6 +1458,13 @@
"sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
"path": "system.threading.tasks/4.3.0", "path": "system.threading.tasks/4.3.0",
"hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
},
"System.Threading.Tasks.Extensions/4.5.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
"path": "system.threading.tasks.extensions/4.5.4",
"hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
} }
} }
} }
\ No newline at end of file
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
using System; using System;
using System.Reflection; using System.Reflection;
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("5777184e-2fda-463b-b101-fadbc76b2362")]
[assembly: System.Reflection.AssemblyCompanyAttribute("GrpcMessageNode")] [assembly: System.Reflection.AssemblyCompanyAttribute("GrpcMessageNode")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
......
9db1031be2e1017c427a8abddb73a92657be78d8 e3cf22386e54a6d36ff2eb36fc191ce87dee5712
fa78f0a389719867f82ac67f314e712ce019d73e 83ca836b464488f94db928b0ccf5f774577d3974
...@@ -62,10 +62,6 @@ ...@@ -62,10 +62,6 @@
"target": "Package", "target": "Package",
"version": "[2.64.0, )" "version": "[2.64.0, )"
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": {
"target": "Package",
"version": "[1.14.0, )"
},
"OpenTelemetry.Collector.AspNetCore": { "OpenTelemetry.Collector.AspNetCore": {
"target": "Package", "target": "Package",
"version": "[0.2.0-alpha.179, )" "version": "[0.2.0-alpha.179, )"
...@@ -80,11 +76,11 @@ ...@@ -80,11 +76,11 @@
}, },
"OpenTelemetry.Exporter.Console": { "OpenTelemetry.Exporter.Console": {
"target": "Package", "target": "Package",
"version": "(, )" "version": "[1.9.0, )"
}, },
"OpenTelemetry.Exporter.Jaeger": { "OpenTelemetry.Exporter.Jaeger": {
"target": "Package", "target": "Package",
"version": "(, )" "version": "[1.5.1, )"
}, },
"OpenTelemetry.Extensions.Hosting": { "OpenTelemetry.Extensions.Hosting": {
"target": "Package", "target": "Package",
......
...@@ -16,12 +16,10 @@ ...@@ -16,12 +16,10 @@
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props')" />
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props')" /> <Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props" Condition="Exists('$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props')" />
<Import Project="$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.props" Condition="Exists('$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.props')" /> <Import Project="$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.props" Condition="Exists('$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.props')" />
</ImportGroup> </ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\moham\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server> <PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\moham\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server>
<PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets Condition=" '$(PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets)' == '' ">C:\Users\moham\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.14.0</PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets>
<PkgGrpc_Tools Condition=" '$(PkgGrpc_Tools)' == '' ">C:\Users\moham\.nuget\packages\grpc.tools\2.64.0</PkgGrpc_Tools> <PkgGrpc_Tools Condition=" '$(PkgGrpc_Tools)' == '' ">C:\Users\moham\.nuget\packages\grpc.tools\2.64.0</PkgGrpc_Tools>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
\ No newline at end of file
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
<Import Project="$(NuGetPackageRoot)microsoft.extensions.configuration.binder\8.0.0\buildTransitive\netstandard2.0\Microsoft.Extensions.Configuration.Binder.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.configuration.binder\8.0.0\buildTransitive\netstandard2.0\Microsoft.Extensions.Configuration.Binder.targets')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.configuration.binder\8.0.0\buildTransitive\netstandard2.0\Microsoft.Extensions.Configuration.Binder.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.configuration.binder\8.0.0\buildTransitive\netstandard2.0\Microsoft.Extensions.Configuration.Binder.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Options.targets')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.options\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Options.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets')" />
<Import Project="$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.targets" Condition="Exists('$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.targets')" /> <Import Project="$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.targets" Condition="Exists('$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.targets')" />
</ImportGroup> </ImportGroup>
</Project> </Project>
\ No newline at end of file
This diff is collapsed.
{ {
"version": 2, "version": 2,
"dgSpecHash": "oM64xTa7hY6PaJe73zS+S0X4vtYRPtKA7aIg9+sKRU6ASQX8PtRyjlPPM6L244gxV10WD4Dho9R7xjdIe+zDKA==", "dgSpecHash": "XBRVe1eZ+xyF8u5UtXqQPDV1aPSOFmnp8IKaNTp/DXbuaDr9BqtVRqUYHodIJr6eZW3idrFbeCjQZA+Qmmqfhg==",
"success": true, "success": true,
"projectFilePath": "D:\\HIAST\\FIY\\Project-MSGPriorityQ\\GrpcMessage\\message-priority-queue\\GrpcMessage\\GrpcMessageNode.csproj", "projectFilePath": "D:\\HIAST\\FIY\\Project-MSGPriorityQ\\GrpcMessage\\message-priority-queue\\GrpcMessage\\GrpcMessageNode.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [
...@@ -50,15 +50,14 @@ ...@@ -50,15 +50,14 @@
"C:\\Users\\moham\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\microsoft.visualstudio.azure.containers.tools.targets\\1.14.0\\microsoft.visualstudio.azure.containers.tools.targets.1.14.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry\\1.9.0\\opentelemetry.1.9.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry\\1.9.0\\opentelemetry.1.9.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.api\\1.9.0\\opentelemetry.api.1.9.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.api\\1.9.0\\opentelemetry.api.1.9.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.api.providerbuilderextensions\\1.9.0\\opentelemetry.api.providerbuilderextensions.1.9.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.api.providerbuilderextensions\\1.9.0\\opentelemetry.api.providerbuilderextensions.1.9.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.collector.aspnetcore\\0.2.0-alpha.179\\opentelemetry.collector.aspnetcore.0.2.0-alpha.179.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.collector.aspnetcore\\0.2.0-alpha.179\\opentelemetry.collector.aspnetcore.0.2.0-alpha.179.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.collector.dependencies\\0.2.0-alpha.179\\opentelemetry.collector.dependencies.0.2.0-alpha.179.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.collector.dependencies\\0.2.0-alpha.179\\opentelemetry.collector.dependencies.0.2.0-alpha.179.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.exporter.applicationinsights\\0.2.0-alpha.179\\opentelemetry.exporter.applicationinsights.0.2.0-alpha.179.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.exporter.applicationinsights\\0.2.0-alpha.179\\opentelemetry.exporter.applicationinsights.0.2.0-alpha.179.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.exporter.console\\1.0.1\\opentelemetry.exporter.console.1.0.1.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.exporter.console\\1.9.0\\opentelemetry.exporter.console.1.9.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.exporter.jaeger\\1.0.1\\opentelemetry.exporter.jaeger.1.0.1.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.exporter.jaeger\\1.5.1\\opentelemetry.exporter.jaeger.1.5.1.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.extensions.hosting\\1.9.0\\opentelemetry.extensions.hosting.1.9.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.extensions.hosting\\1.9.0\\opentelemetry.extensions.hosting.1.9.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.instrumentation.aspnetcore\\1.9.0\\opentelemetry.instrumentation.aspnetcore.1.9.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.instrumentation.aspnetcore\\1.9.0\\opentelemetry.instrumentation.aspnetcore.1.9.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.instrumentation.grpcnetclient\\1.9.0-beta.1\\opentelemetry.instrumentation.grpcnetclient.1.9.0-beta.1.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.instrumentation.grpcnetclient\\1.9.0-beta.1\\opentelemetry.instrumentation.grpcnetclient.1.9.0-beta.1.nupkg.sha512",
...@@ -90,28 +89,8 @@ ...@@ -90,28 +89,8 @@
"C:\\Users\\moham\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\system.text.encodings.web\\6.0.0\\system.text.encodings.web.6.0.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\system.text.encodings.web\\6.0.0\\system.text.encodings.web.6.0.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\system.text.json\\6.0.0\\system.text.json.6.0.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\system.text.json\\6.0.0\\system.text.json.6.0.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512" "C:\\Users\\moham\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512"
], ],
"logs": [ "logs": []
{
"code": "NU1604",
"level": "Warning",
"warningLevel": 1,
"message": "Project dependency OpenTelemetry.Exporter.Console does not contain an inclusive lower bound. Include a lower bound in the dependency version to ensure consistent restore results.",
"libraryId": "OpenTelemetry.Exporter.Console",
"targetGraphs": [
".NETCoreApp,Version=v6.0"
]
},
{
"code": "NU1604",
"level": "Warning",
"warningLevel": 1,
"message": "Project dependency OpenTelemetry.Exporter.Jaeger does not contain an inclusive lower bound. Include a lower bound in the dependency version to ensure consistent restore results.",
"libraryId": "OpenTelemetry.Exporter.Jaeger",
"targetGraphs": [
".NETCoreApp,Version=v6.0"
]
}
]
} }
\ No newline at end of file
...@@ -61,3 +61,7 @@ ...@@ -61,3 +61,7 @@
2.0 2.0
2.0 2.0
2.0 2.0
2.0
2.0
2.0
2.0
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.14.0" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
"Grpc.AspNetCore": "2.40.0", "Grpc.AspNetCore": "2.40.0",
"Grpc.Net.Client": "2.63.0", "Grpc.Net.Client": "2.63.0",
"Grpc.Tools": "2.64.0", "Grpc.Tools": "2.64.0",
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.14.0",
"Steeltoe.Connector.ConnectorCore": "3.2.6", "Steeltoe.Connector.ConnectorCore": "3.2.6",
"Steeltoe.Discovery.Eureka": "3.2.6", "Steeltoe.Discovery.Eureka": "3.2.6",
"Swashbuckle.AspNetCore": "6.4.0" "Swashbuckle.AspNetCore": "6.4.0"
...@@ -317,7 +316,6 @@ ...@@ -317,7 +316,6 @@
} }
} }
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {},
"Steeltoe.Common/3.2.6": { "Steeltoe.Common/3.2.6": {
"dependencies": { "dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "3.1.0", "Microsoft.Extensions.Caching.Abstractions": "3.1.0",
...@@ -813,13 +811,6 @@ ...@@ -813,13 +811,6 @@
"path": "microsoft.openapi/1.2.3", "path": "microsoft.openapi/1.2.3",
"hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yORzATlNmCp4kEwkxznLZ3maTaUJc5yTcu3aPufY8Tq4141/bRRWsa91u8I24MR3BTCCJlZO98xuQWB4arlKCw==",
"path": "microsoft.visualstudio.azure.containers.tools.targets/1.14.0",
"hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.14.0.nupkg.sha512"
},
"Steeltoe.Common/3.2.6": { "Steeltoe.Common/3.2.6": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
......
...@@ -62,10 +62,6 @@ ...@@ -62,10 +62,6 @@
"target": "Package", "target": "Package",
"version": "[2.64.0, )" "version": "[2.64.0, )"
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": {
"target": "Package",
"version": "[1.14.0, )"
},
"Steeltoe.Connector.ConnectorCore": { "Steeltoe.Connector.ConnectorCore": {
"target": "Package", "target": "Package",
"version": "[3.2.6, )" "version": "[3.2.6, )"
......
...@@ -16,12 +16,10 @@ ...@@ -16,12 +16,10 @@
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props')" />
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props')" /> <Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props" Condition="Exists('$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props')" />
<Import Project="$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.props" Condition="Exists('$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.props')" /> <Import Project="$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.props" Condition="Exists('$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.props')" />
</ImportGroup> </ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\moham\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server> <PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\moham\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server>
<PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets Condition=" '$(PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets)' == '' ">C:\Users\moham\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.14.0</PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets>
<PkgGrpc_Tools Condition=" '$(PkgGrpc_Tools)' == '' ">C:\Users\moham\.nuget\packages\grpc.tools\2.64.0</PkgGrpc_Tools> <PkgGrpc_Tools Condition=" '$(PkgGrpc_Tools)' == '' ">C:\Users\moham\.nuget\packages\grpc.tools\2.64.0</PkgGrpc_Tools>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
\ No newline at end of file
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.targets')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets')" />
<Import Project="$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.targets" Condition="Exists('$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.targets')" /> <Import Project="$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.targets" Condition="Exists('$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.targets')" />
</ImportGroup> </ImportGroup>
</Project> </Project>
\ No newline at end of file
...@@ -575,13 +575,6 @@ ...@@ -575,13 +575,6 @@
"lib/netstandard2.0/Microsoft.OpenApi.dll": {} "lib/netstandard2.0/Microsoft.OpenApi.dll": {}
} }
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {
"type": "package",
"build": {
"build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props": {},
"build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets": {}
}
},
"Steeltoe.Common/3.2.6": { "Steeltoe.Common/3.2.6": {
"type": "package", "type": "package",
"dependencies": { "dependencies": {
...@@ -1996,85 +1989,6 @@ ...@@ -1996,85 +1989,6 @@
"microsoft.openapi.nuspec" "microsoft.openapi.nuspec"
] ]
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {
"sha512": "yORzATlNmCp4kEwkxznLZ3maTaUJc5yTcu3aPufY8Tq4141/bRRWsa91u8I24MR3BTCCJlZO98xuQWB4arlKCw==",
"type": "package",
"path": "microsoft.visualstudio.azure.containers.tools.targets/1.14.0",
"hasTools": true,
"files": [
".nupkg.metadata",
".signature.p7s",
"EULA.md",
"ThirdPartyNotices.txt",
"build/Container.props",
"build/Container.targets",
"build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props",
"build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets",
"build/Rules/GeneralBrowseObject.xaml",
"build/Rules/cs-CZ/GeneralBrowseObject.xaml",
"build/Rules/de-DE/GeneralBrowseObject.xaml",
"build/Rules/es-ES/GeneralBrowseObject.xaml",
"build/Rules/fr-FR/GeneralBrowseObject.xaml",
"build/Rules/it-IT/GeneralBrowseObject.xaml",
"build/Rules/ja-JP/GeneralBrowseObject.xaml",
"build/Rules/ko-KR/GeneralBrowseObject.xaml",
"build/Rules/pl-PL/GeneralBrowseObject.xaml",
"build/Rules/pt-BR/GeneralBrowseObject.xaml",
"build/Rules/ru-RU/GeneralBrowseObject.xaml",
"build/Rules/tr-TR/GeneralBrowseObject.xaml",
"build/Rules/zh-CN/GeneralBrowseObject.xaml",
"build/Rules/zh-TW/GeneralBrowseObject.xaml",
"build/ToolsTarget.props",
"build/ToolsTarget.targets",
"icon.png",
"microsoft.visualstudio.azure.containers.tools.targets.1.14.0.nupkg.sha512",
"microsoft.visualstudio.azure.containers.tools.targets.nuspec",
"tools/Microsoft.VisualStudio.Containers.Tools.Common.dll",
"tools/Microsoft.VisualStudio.Containers.Tools.Shared.dll",
"tools/Microsoft.VisualStudio.Containers.Tools.Tasks.dll",
"tools/Newtonsoft.Json.dll",
"tools/cs/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/cs/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/cs/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/de/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/de/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/de/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/es/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/es/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/es/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/fr/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/fr/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/fr/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/it/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/it/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/it/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/ja/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/ja/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/ja/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/ko/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/ko/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/ko/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/pl/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/pl/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/pl/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/pt-BR/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/ru/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/ru/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/ru/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/tr/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/tr/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/tr/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/utils/KillProcess.exe",
"tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/zh-Hans/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll",
"tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Common.resources.dll",
"tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Shared.resources.dll",
"tools/zh-Hant/Microsoft.VisualStudio.Containers.Tools.Tasks.resources.dll"
]
},
"Steeltoe.Common/3.2.6": { "Steeltoe.Common/3.2.6": {
"sha512": "Xy2dCXh8OwzOR5t6/owrDOds/NwXlHpPzfSgP74csHegtrrGXlIvjtxD9MiG6ljzgy/o4wCTEKkD8HIXfLiQ6A==", "sha512": "Xy2dCXh8OwzOR5t6/owrDOds/NwXlHpPzfSgP74csHegtrrGXlIvjtxD9MiG6ljzgy/o4wCTEKkD8HIXfLiQ6A==",
"type": "package", "type": "package",
...@@ -2512,7 +2426,6 @@ ...@@ -2512,7 +2426,6 @@
"Grpc.AspNetCore >= 2.40.0", "Grpc.AspNetCore >= 2.40.0",
"Grpc.Net.Client >= 2.63.0", "Grpc.Net.Client >= 2.63.0",
"Grpc.Tools >= 2.64.0", "Grpc.Tools >= 2.64.0",
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets >= 1.14.0",
"Steeltoe.Connector.ConnectorCore >= 3.2.6", "Steeltoe.Connector.ConnectorCore >= 3.2.6",
"Steeltoe.Discovery.Eureka >= 3.2.6", "Steeltoe.Discovery.Eureka >= 3.2.6",
"Swashbuckle.AspNetCore >= 6.4.*" "Swashbuckle.AspNetCore >= 6.4.*"
...@@ -2580,10 +2493,6 @@ ...@@ -2580,10 +2493,6 @@
"target": "Package", "target": "Package",
"version": "[2.64.0, )" "version": "[2.64.0, )"
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": {
"target": "Package",
"version": "[1.14.0, )"
},
"Steeltoe.Connector.ConnectorCore": { "Steeltoe.Connector.ConnectorCore": {
"target": "Package", "target": "Package",
"version": "[3.2.6, )" "version": "[3.2.6, )"
......
{ {
"version": 2, "version": 2,
"dgSpecHash": "hvhxNVWl3xBDqrMvu6VWatncnfUjb5bdvUbqRzfZSxOIjc9NTy/NlDjQGx2VphtT4D6fYBeXSfmK9/29Ex7Qyg==", "dgSpecHash": "2fzG40GLh4JB4Og+1xyJRvcu4067pikGe318shFQhNzjxNN5e64lfhNEsocxSiSxBtM8W9Rr7/LX3e7bhpanng==",
"success": true, "success": true,
"projectFilePath": "D:\\HIAST\\FIY\\Project-MSGPriorityQ\\GrpcMessage\\message-priority-queue\\HTTPMessageGenerator\\HTTPMessageGenerator.csproj", "projectFilePath": "D:\\HIAST\\FIY\\Project-MSGPriorityQ\\GrpcMessage\\message-priority-queue\\HTTPMessageGenerator\\HTTPMessageGenerator.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
"C:\\Users\\moham\\.nuget\\packages\\microsoft.extensions.options.configurationextensions\\6.0.0\\microsoft.extensions.options.configurationextensions.6.0.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\microsoft.extensions.options.configurationextensions\\6.0.0\\microsoft.extensions.options.configurationextensions.6.0.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\microsoft.extensions.primitives\\6.0.0\\microsoft.extensions.primitives.6.0.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\microsoft.extensions.primitives\\6.0.0\\microsoft.extensions.primitives.6.0.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\microsoft.visualstudio.azure.containers.tools.targets\\1.14.0\\microsoft.visualstudio.azure.containers.tools.targets.1.14.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\steeltoe.common\\3.2.6\\steeltoe.common.3.2.6.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\steeltoe.common\\3.2.6\\steeltoe.common.3.2.6.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\steeltoe.common.abstractions\\3.2.6\\steeltoe.common.abstractions.3.2.6.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\steeltoe.common.abstractions\\3.2.6\\steeltoe.common.abstractions.3.2.6.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\steeltoe.common.http\\3.2.6\\steeltoe.common.http.3.2.6.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\steeltoe.common.http\\3.2.6\\steeltoe.common.http.3.2.6.nupkg.sha512",
......
...@@ -21,13 +21,10 @@ ...@@ -21,13 +21,10 @@
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.14.0" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
<SteeltoeVersion>3.2.6</SteeltoeVersion> <SteeltoeVersion>3.2.6</SteeltoeVersion>
<UserSecretsId>189933c9-a0f6-4c95-998b-a452b27ce21d</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
...@@ -42,7 +39,7 @@ ...@@ -42,7 +39,7 @@
<PackageReference Include="OpenTelemetry.Collector.Dependencies" Version="0.2.0-alpha.179" /> <PackageReference Include="OpenTelemetry.Collector.Dependencies" Version="0.2.0-alpha.179" />
<PackageReference Include="OpenTelemetry.Exporter.ApplicationInsights" Version="0.2.0-alpha.179" /> <PackageReference Include="OpenTelemetry.Exporter.ApplicationInsights" Version="0.2.0-alpha.179" />
<PackageReference Include="OpenTelemetry.Exporter.Jaeger" Version="1.5.1"/> <PackageReference Include="OpenTelemetry.Exporter.Jaeger" Version="1.5.1" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.9.0" /> <PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" /> <PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" /> <PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
......
...@@ -26,13 +26,6 @@ ...@@ -26,13 +26,6 @@
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true,
"useSSL": true
} }
} }
} }
\ No newline at end of file
...@@ -12,12 +12,11 @@ ...@@ -12,12 +12,11 @@
"Grpc.AspNetCore": "2.40.0", "Grpc.AspNetCore": "2.40.0",
"Grpc.Net.Client": "2.63.0", "Grpc.Net.Client": "2.63.0",
"Grpc.Tools": "2.64.0", "Grpc.Tools": "2.64.0",
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.14.0",
"OpenTelemetry.Collector.AspNetCore": "0.2.0-alpha.179", "OpenTelemetry.Collector.AspNetCore": "0.2.0-alpha.179",
"OpenTelemetry.Collector.Dependencies": "0.2.0-alpha.179", "OpenTelemetry.Collector.Dependencies": "0.2.0-alpha.179",
"OpenTelemetry.Exporter.ApplicationInsights": "0.2.0-alpha.179", "OpenTelemetry.Exporter.ApplicationInsights": "0.2.0-alpha.179",
"OpenTelemetry.Exporter.Console": "1.0.1", "OpenTelemetry.Exporter.Console": "1.9.0",
"OpenTelemetry.Exporter.Jaeger": "1.0.1", "OpenTelemetry.Exporter.Jaeger": "1.5.1",
"OpenTelemetry.Extensions.Hosting": "1.9.0", "OpenTelemetry.Extensions.Hosting": "1.9.0",
"OpenTelemetry.Instrumentation.AspNetCore": "1.9.0", "OpenTelemetry.Instrumentation.AspNetCore": "1.9.0",
"OpenTelemetry.Instrumentation.GrpcNetClient": "1.9.0-beta.1", "OpenTelemetry.Instrumentation.GrpcNetClient": "1.9.0-beta.1",
...@@ -445,7 +444,6 @@ ...@@ -445,7 +444,6 @@
} }
} }
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {},
"OpenTelemetry/1.9.0": { "OpenTelemetry/1.9.0": {
"dependencies": { "dependencies": {
"Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0", "Microsoft.Extensions.Diagnostics.Abstractions": "8.0.0",
...@@ -518,25 +516,26 @@ ...@@ -518,25 +516,26 @@
} }
} }
}, },
"OpenTelemetry.Exporter.Console/1.0.1": { "OpenTelemetry.Exporter.Console/1.9.0": {
"dependencies": { "dependencies": {
"OpenTelemetry": "1.9.0" "OpenTelemetry": "1.9.0"
}, },
"runtime": { "runtime": {
"lib/netstandard2.0/OpenTelemetry.Exporter.Console.dll": { "lib/net6.0/OpenTelemetry.Exporter.Console.dll": {
"assemblyVersion": "1.0.0.0", "assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.1.11" "fileVersion": "1.9.0.1312"
} }
} }
}, },
"OpenTelemetry.Exporter.Jaeger/1.0.1": { "OpenTelemetry.Exporter.Jaeger/1.5.1": {
"dependencies": { "dependencies": {
"OpenTelemetry": "1.9.0" "OpenTelemetry": "1.9.0",
"System.Threading.Tasks.Extensions": "4.5.4"
}, },
"runtime": { "runtime": {
"lib/netstandard2.1/OpenTelemetry.Exporter.Jaeger.dll": { "lib/net6.0/OpenTelemetry.Exporter.Jaeger.dll": {
"assemblyVersion": "1.0.0.0", "assemblyVersion": "1.0.0.0",
"fileVersion": "1.0.1.11" "fileVersion": "1.5.1.929"
} }
} }
}, },
...@@ -848,7 +847,8 @@ ...@@ -848,7 +847,8 @@
"Microsoft.NETCore.Targets": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0" "System.Runtime": "4.3.0"
} }
} },
"System.Threading.Tasks.Extensions/4.5.4": {}
} }
}, },
"libraries": { "libraries": {
...@@ -1179,13 +1179,6 @@ ...@@ -1179,13 +1179,6 @@
"path": "microsoft.openapi/1.2.3", "path": "microsoft.openapi/1.2.3",
"hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yORzATlNmCp4kEwkxznLZ3maTaUJc5yTcu3aPufY8Tq4141/bRRWsa91u8I24MR3BTCCJlZO98xuQWB4arlKCw==",
"path": "microsoft.visualstudio.azure.containers.tools.targets/1.14.0",
"hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.14.0.nupkg.sha512"
},
"OpenTelemetry/1.9.0": { "OpenTelemetry/1.9.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
...@@ -1228,19 +1221,19 @@ ...@@ -1228,19 +1221,19 @@
"path": "opentelemetry.exporter.applicationinsights/0.2.0-alpha.179", "path": "opentelemetry.exporter.applicationinsights/0.2.0-alpha.179",
"hashPath": "opentelemetry.exporter.applicationinsights.0.2.0-alpha.179.nupkg.sha512" "hashPath": "opentelemetry.exporter.applicationinsights.0.2.0-alpha.179.nupkg.sha512"
}, },
"OpenTelemetry.Exporter.Console/1.0.1": { "OpenTelemetry.Exporter.Console/1.9.0": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-FAgbs0W1fRlhxB5ZhUz8BA4QYv1Y18Y/jefRo8izHQ31B8OvuwdySVpeuYq5O1DnfxKomJQWAkdAEzJgszgj8g==", "sha512": "sha512-TbScDLSc6kcji+/wZYIf8/HBV2SnttzN7PNxr3TYczlmGlU4K2ugujp6seSktEO4OaAvKRd7Y3CG3SKNj0C+1Q==",
"path": "opentelemetry.exporter.console/1.0.1", "path": "opentelemetry.exporter.console/1.9.0",
"hashPath": "opentelemetry.exporter.console.1.0.1.nupkg.sha512" "hashPath": "opentelemetry.exporter.console.1.9.0.nupkg.sha512"
}, },
"OpenTelemetry.Exporter.Jaeger/1.0.1": { "OpenTelemetry.Exporter.Jaeger/1.5.1": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
"sha512": "sha512-47CP4Xj754Rp6VMiLez2TlFSWMWLag2W9yOODDV8rW/pvf34Gr14oT979nWgkI5bThnItcLi9MS3SLBuZouOVw==", "sha512": "sha512-gBDpVDSqyTgsiPdMeHWjwlJnQAcVaF4BH0fnTwZScSjFqSHEuwmvRbOzvn44tGbVttOA1qpqPPid+OyrszMRXQ==",
"path": "opentelemetry.exporter.jaeger/1.0.1", "path": "opentelemetry.exporter.jaeger/1.5.1",
"hashPath": "opentelemetry.exporter.jaeger.1.0.1.nupkg.sha512" "hashPath": "opentelemetry.exporter.jaeger.1.5.1.nupkg.sha512"
}, },
"OpenTelemetry.Extensions.Hosting/1.9.0": { "OpenTelemetry.Extensions.Hosting/1.9.0": {
"type": "package", "type": "package",
...@@ -1465,6 +1458,13 @@ ...@@ -1465,6 +1458,13 @@
"sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==",
"path": "system.threading.tasks/4.3.0", "path": "system.threading.tasks/4.3.0",
"hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
},
"System.Threading.Tasks.Extensions/4.5.4": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
"path": "system.threading.tasks.extensions/4.5.4",
"hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512"
} }
} }
} }
\ No newline at end of file
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
using System; using System;
using System.Reflection; using System.Reflection;
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("189933c9-a0f6-4c95-998b-a452b27ce21d")]
[assembly: System.Reflection.AssemblyCompanyAttribute("HTTPMessageNode")] [assembly: System.Reflection.AssemblyCompanyAttribute("HTTPMessageNode")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
......
6204d8627b9848a2f821f7df1a65a4f599c559b6 ae25725b9cca0d4b5067fa78cb330fdd0983119c
dbd36804e78adf3cfa151ee458ab4f91ac9794df 994a8f20d8d311fd685f13f91a1e455a97aa30c6
...@@ -62,10 +62,6 @@ ...@@ -62,10 +62,6 @@
"target": "Package", "target": "Package",
"version": "[2.64.0, )" "version": "[2.64.0, )"
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": {
"target": "Package",
"version": "[1.14.0, )"
},
"OpenTelemetry.Collector.AspNetCore": { "OpenTelemetry.Collector.AspNetCore": {
"target": "Package", "target": "Package",
"version": "[0.2.0-alpha.179, )" "version": "[0.2.0-alpha.179, )"
...@@ -80,11 +76,11 @@ ...@@ -80,11 +76,11 @@
}, },
"OpenTelemetry.Exporter.Console": { "OpenTelemetry.Exporter.Console": {
"target": "Package", "target": "Package",
"version": "(, )" "version": "[1.9.0, )"
}, },
"OpenTelemetry.Exporter.Jaeger": { "OpenTelemetry.Exporter.Jaeger": {
"target": "Package", "target": "Package",
"version": "(, )" "version": "[1.5.1, )"
}, },
"OpenTelemetry.Extensions.Hosting": { "OpenTelemetry.Extensions.Hosting": {
"target": "Package", "target": "Package",
......
...@@ -16,12 +16,10 @@ ...@@ -16,12 +16,10 @@
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props')" />
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props')" /> <Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.4.0\build\Swashbuckle.AspNetCore.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props" Condition="Exists('$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props')" />
<Import Project="$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.props" Condition="Exists('$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.props')" /> <Import Project="$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.props" Condition="Exists('$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.props')" />
</ImportGroup> </ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\moham\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server> <PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\moham\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server>
<PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets Condition=" '$(PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets)' == '' ">C:\Users\moham\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.14.0</PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets>
<PkgGrpc_Tools Condition=" '$(PkgGrpc_Tools)' == '' ">C:\Users\moham\.nuget\packages\grpc.tools\2.64.0</PkgGrpc_Tools> <PkgGrpc_Tools Condition=" '$(PkgGrpc_Tools)' == '' ">C:\Users\moham\.nuget\packages\grpc.tools\2.64.0</PkgGrpc_Tools>
</PropertyGroup> </PropertyGroup>
</Project> </Project>
\ No newline at end of file
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
<Import Project="$(NuGetPackageRoot)microsoft.extensions.configuration.binder\8.0.0\buildTransitive\netstandard2.0\Microsoft.Extensions.Configuration.Binder.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.configuration.binder\8.0.0\buildTransitive\netstandard2.0\Microsoft.Extensions.Configuration.Binder.targets')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.configuration.binder\8.0.0\buildTransitive\netstandard2.0\Microsoft.Extensions.Configuration.Binder.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.configuration.binder\8.0.0\buildTransitive\netstandard2.0\Microsoft.Extensions.Configuration.Binder.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.options\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Options.targets')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.options\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Options.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.options\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Options.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets')" /> <Import Project="$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.logging.abstractions\8.0.0\buildTransitive\net6.0\Microsoft.Extensions.Logging.Abstractions.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.14.0\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets')" />
<Import Project="$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.targets" Condition="Exists('$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.targets')" /> <Import Project="$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.targets" Condition="Exists('$(NuGetPackageRoot)grpc.tools\2.64.0\build\Grpc.Tools.targets')" />
</ImportGroup> </ImportGroup>
</Project> </Project>
\ No newline at end of file
This diff is collapsed.
{ {
"version": 2, "version": 2,
"dgSpecHash": "bMegakWxl9VXyhB2QeTwvpYHbl01KCVDUm0Fc8gGgMIFiBdUSiOdyrm4L8CNw1yX8MhZUuYVQMJu9Vyq9rhVEw==", "dgSpecHash": "+Sr2x/Njipz8BhHkXlMceBb6f6rzQR5LNJSXSEw8Coal2exR8nAinrobfI283qSyCdVnX2+oR03UhrbH/dCkLA==",
"success": true, "success": true,
"projectFilePath": "D:\\HIAST\\FIY\\Project-MSGPriorityQ\\GrpcMessage\\message-priority-queue\\HTTPMessageNode\\HTTPMessageNode.csproj", "projectFilePath": "D:\\HIAST\\FIY\\Project-MSGPriorityQ\\GrpcMessage\\message-priority-queue\\HTTPMessageNode\\HTTPMessageNode.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [
...@@ -50,15 +50,14 @@ ...@@ -50,15 +50,14 @@
"C:\\Users\\moham\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\microsoft.visualstudio.azure.containers.tools.targets\\1.14.0\\microsoft.visualstudio.azure.containers.tools.targets.1.14.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry\\1.9.0\\opentelemetry.1.9.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry\\1.9.0\\opentelemetry.1.9.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.api\\1.9.0\\opentelemetry.api.1.9.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.api\\1.9.0\\opentelemetry.api.1.9.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.api.providerbuilderextensions\\1.9.0\\opentelemetry.api.providerbuilderextensions.1.9.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.api.providerbuilderextensions\\1.9.0\\opentelemetry.api.providerbuilderextensions.1.9.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.collector.aspnetcore\\0.2.0-alpha.179\\opentelemetry.collector.aspnetcore.0.2.0-alpha.179.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.collector.aspnetcore\\0.2.0-alpha.179\\opentelemetry.collector.aspnetcore.0.2.0-alpha.179.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.collector.dependencies\\0.2.0-alpha.179\\opentelemetry.collector.dependencies.0.2.0-alpha.179.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.collector.dependencies\\0.2.0-alpha.179\\opentelemetry.collector.dependencies.0.2.0-alpha.179.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.exporter.applicationinsights\\0.2.0-alpha.179\\opentelemetry.exporter.applicationinsights.0.2.0-alpha.179.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.exporter.applicationinsights\\0.2.0-alpha.179\\opentelemetry.exporter.applicationinsights.0.2.0-alpha.179.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.exporter.console\\1.0.1\\opentelemetry.exporter.console.1.0.1.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.exporter.console\\1.9.0\\opentelemetry.exporter.console.1.9.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.exporter.jaeger\\1.0.1\\opentelemetry.exporter.jaeger.1.0.1.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.exporter.jaeger\\1.5.1\\opentelemetry.exporter.jaeger.1.5.1.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.extensions.hosting\\1.9.0\\opentelemetry.extensions.hosting.1.9.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.extensions.hosting\\1.9.0\\opentelemetry.extensions.hosting.1.9.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.instrumentation.aspnetcore\\1.9.0\\opentelemetry.instrumentation.aspnetcore.1.9.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.instrumentation.aspnetcore\\1.9.0\\opentelemetry.instrumentation.aspnetcore.1.9.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\opentelemetry.instrumentation.grpcnetclient\\1.9.0-beta.1\\opentelemetry.instrumentation.grpcnetclient.1.9.0-beta.1.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\opentelemetry.instrumentation.grpcnetclient\\1.9.0-beta.1\\opentelemetry.instrumentation.grpcnetclient.1.9.0-beta.1.nupkg.sha512",
...@@ -90,28 +89,8 @@ ...@@ -90,28 +89,8 @@
"C:\\Users\\moham\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\system.text.encodings.web\\6.0.0\\system.text.encodings.web.6.0.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\system.text.encodings.web\\6.0.0\\system.text.encodings.web.6.0.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\system.text.json\\6.0.0\\system.text.json.6.0.0.nupkg.sha512", "C:\\Users\\moham\\.nuget\\packages\\system.text.json\\6.0.0\\system.text.json.6.0.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512" "C:\\Users\\moham\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512",
"C:\\Users\\moham\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512"
], ],
"logs": [ "logs": []
{
"code": "NU1604",
"level": "Warning",
"warningLevel": 1,
"message": "Project dependency OpenTelemetry.Exporter.Console does not contain an inclusive lower bound. Include a lower bound in the dependency version to ensure consistent restore results.",
"libraryId": "OpenTelemetry.Exporter.Console",
"targetGraphs": [
".NETCoreApp,Version=v6.0"
]
},
{
"code": "NU1604",
"level": "Warning",
"warningLevel": 1,
"message": "Project dependency OpenTelemetry.Exporter.Jaeger does not contain an inclusive lower bound. Include a lower bound in the dependency version to ensure consistent restore results.",
"libraryId": "OpenTelemetry.Exporter.Jaeger",
"targetGraphs": [
".NETCoreApp,Version=v6.0"
]
}
]
} }
\ No newline at end of file
...@@ -33,3 +33,7 @@ ...@@ -33,3 +33,7 @@
2.0 2.0
2.0 2.0
2.0 2.0
2.0
2.0
2.0
2.0
...@@ -17,13 +17,11 @@ ...@@ -17,13 +17,11 @@
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.14.0" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
<SteeltoeVersion>3.2.6</SteeltoeVersion> <SteeltoeVersion>3.2.6</SteeltoeVersion>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
"Grpc.Net.Client": "2.63.0", "Grpc.Net.Client": "2.63.0",
"Grpc.Tools": "2.64.0", "Grpc.Tools": "2.64.0",
"Microsoft.Extensions.Hosting": "6.0.0", "Microsoft.Extensions.Hosting": "6.0.0",
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.14.0",
"Steeltoe.Connector.ConnectorCore": "3.2.6", "Steeltoe.Connector.ConnectorCore": "3.2.6",
"Steeltoe.Discovery.Eureka": "3.2.6", "Steeltoe.Discovery.Eureka": "3.2.6",
"Swashbuckle.AspNetCore": "6.4.0" "Swashbuckle.AspNetCore": "6.4.0"
...@@ -275,7 +274,6 @@ ...@@ -275,7 +274,6 @@
} }
} }
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {},
"Steeltoe.Common/3.2.6": { "Steeltoe.Common/3.2.6": {
"dependencies": { "dependencies": {
"Microsoft.Extensions.Caching.Abstractions": "3.1.0", "Microsoft.Extensions.Caching.Abstractions": "3.1.0",
...@@ -743,13 +741,6 @@ ...@@ -743,13 +741,6 @@
"path": "microsoft.openapi/1.2.3", "path": "microsoft.openapi/1.2.3",
"hashPath": "microsoft.openapi.1.2.3.nupkg.sha512" "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
}, },
"Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.14.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yORzATlNmCp4kEwkxznLZ3maTaUJc5yTcu3aPufY8Tq4141/bRRWsa91u8I24MR3BTCCJlZO98xuQWB4arlKCw==",
"path": "microsoft.visualstudio.azure.containers.tools.targets/1.14.0",
"hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.14.0.nupkg.sha512"
},
"Steeltoe.Common/3.2.6": { "Steeltoe.Common/3.2.6": {
"type": "package", "type": "package",
"serviceable": true, "serviceable": true,
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment