From 03b0036d6188864e64766f2d13ce75784b033a21 Mon Sep 17 00:00:00 2001 From: Schwirg László Date: Mon, 3 Nov 2025 19:53:07 +0100 Subject: [PATCH] v3.0.2 nuget --- .gitattributes | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .gitignore | 242 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .vs/ProjectEvaluation/vrh.wcfconnection.metadata.v9.bin | Bin 1582 -> 0 bytes .vs/ProjectEvaluation/vrh.wcfconnection.projects.v9.bin | Bin 54058 -> 0 bytes .vs/ProjectEvaluation/vrh.wcfconnection.strings.v9.bin | Bin 133213 -> 0 bytes .vs/VSWorkspaceState.json | 4 +--- .vs/Vrh.WCFConnection/DesignTimeBuild/.dtbcache.v2 | Bin 16373 -> 0 bytes .vs/Vrh.WCFConnection/FileContentIndex/48d04f39-e1c0-40e8-8372-dd0758572899.vsidx | Bin 190917 -> 0 bytes .vs/Vrh.WCFConnection/FileContentIndex/c1028ac2-1af3-4778-8f32-e7e3e026a686.vsidx | Bin 66715 -> 0 bytes .vs/Vrh.WCFConnection/v17/.futdcache.v2 | Bin 327 -> 0 bytes .vs/Vrh.WCFConnection/v17/.wsuo | Bin 25088 -> 0 bytes .vs/Vrh.WCFConnection/v17/DocumentLayout.backup.json | 32 ++++++++++---------------------- .vs/Vrh.WCFConnection/v17/DocumentLayout.json | 32 ++++++++++---------------------- Vrh.WCFConnection/Vrh.WCFConnection.csproj | 14 ++++++++++---- Vrh.WCFConnection/WCF.cs | 14 ++++++-------- Vrh.WCFConnection/bin/Debug/net462/Vrh.WCFConnection.xml | 7 ++----- Vrh.WCFConnection/bin/Debug/net48/Vrh.WCFConnection.xml | 7 ++----- Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.AssemblyInfo.cs | 6 +++--- Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.csproj.FileListAbsolute.txt | 2 ++ Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.xml | 7 ++----- Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.AssemblyInfo.cs | 6 +++--- Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.csproj.FileListAbsolute.txt | 2 ++ Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.xml | 7 ++----- Vrh.WCFConnection/obj/Vrh.WCFConnection.csproj.nuget.dgspec.json | 14 +++++++++++++- Vrh.WCFConnection/obj/Vrh.WCFConnection.csproj.nuget.g.props | 6 ++++++ Vrh.WCFConnection/obj/project.assets.json | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 26 files changed, 457 insertions(+), 92 deletions(-) create mode 100644 .gitattributes create mode 100644 .gitignore delete mode 100644 .vs/Vrh.WCFConnection/FileContentIndex/48d04f39-e1c0-40e8-8372-dd0758572899.vsidx delete mode 100644 .vs/Vrh.WCFConnection/FileContentIndex/c1028ac2-1af3-4778-8f32-e7e3e026a686.vsidx diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +############################################################################### +# Set default behavior to automatically normalize line endings. +############################################################################### +* text=auto + +############################################################################### +# Set default behavior for command prompt diff. +# +# This is need for earlier builds of msysgit that does not have it on by +# default for csharp files. +# Note: This is only used by command line +############################################################################### +#*.cs diff=csharp + +############################################################################### +# Set the merge driver for project and solution files +# +# Merging from the command prompt will add diff markers to the files if there +# are conflicts (Merging from VS is not affected by the settings below, in VS +# the diff markers are never inserted). Diff markers may cause the following +# file extensions to fail to load in VS. An alternative would be to treat +# these files as binary and thus will always conflict and require user +# intervention with every merge. To do so, just uncomment the entries below +############################################################################### +#*.sln merge=binary +#*.csproj merge=binary +#*.vbproj merge=binary +#*.vcxproj merge=binary +#*.vcproj merge=binary +#*.dbproj merge=binary +#*.fsproj merge=binary +#*.lsproj merge=binary +#*.wixproj merge=binary +#*.modelproj merge=binary +#*.sqlproj merge=binary +#*.wwaproj merge=binary + +############################################################################### +# behavior for image files +# +# image files are treated as binary by default. +############################################################################### +#*.jpg binary +#*.png binary +#*.gif binary + +############################################################################### +# diff behavior for common document formats +# +# Convert binary document formats to text before diffing them. This feature +# is only available from the command line. Turn it on by uncommenting the +# entries below. +############################################################################### +#*.doc diff=astextplain +#*.DOC diff=astextplain +#*.docx diff=astextplain +#*.DOCX diff=astextplain +#*.dot diff=astextplain +#*.DOT diff=astextplain +#*.pdf diff=astextplain +#*.PDF diff=astextplain +#*.rtf diff=astextplain +#*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c9a181 --- /dev/null +++ b/.gitignore @@ -0,0 +1,242 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +[Xx]64/ +[Xx]86/ +[Bb]uild/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml + +# TODO: Un-comment the next line if you do not want to checkin +# your web deploy settings because they may include unencrypted +# passwords +#*.pubxml +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directory +AppPackages/ +BundleArtifacts/ + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# LightSwitch generated files +GeneratedArtifacts/ +ModelManifest.xml + +# Paket dependency manager +.paket/paket.exe + +# FAKE - F# Make +.fake/ diff --git a/.vs/ProjectEvaluation/vrh.wcfconnection.metadata.v9.bin b/.vs/ProjectEvaluation/vrh.wcfconnection.metadata.v9.bin index 110eb3f..bce54a1 100644 Binary files a/.vs/ProjectEvaluation/vrh.wcfconnection.metadata.v9.bin and b/.vs/ProjectEvaluation/vrh.wcfconnection.metadata.v9.bin differ diff --git a/.vs/ProjectEvaluation/vrh.wcfconnection.projects.v9.bin b/.vs/ProjectEvaluation/vrh.wcfconnection.projects.v9.bin index c04c8a3..27003ba 100644 Binary files a/.vs/ProjectEvaluation/vrh.wcfconnection.projects.v9.bin and b/.vs/ProjectEvaluation/vrh.wcfconnection.projects.v9.bin differ diff --git a/.vs/ProjectEvaluation/vrh.wcfconnection.strings.v9.bin b/.vs/ProjectEvaluation/vrh.wcfconnection.strings.v9.bin index 4b0ee33..80dd0ff 100644 Binary files a/.vs/ProjectEvaluation/vrh.wcfconnection.strings.v9.bin and b/.vs/ProjectEvaluation/vrh.wcfconnection.strings.v9.bin differ diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 49a6dca..6b61141 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -1,8 +1,6 @@ { "ExpandedNodes": [ - "", - "\\Vrh.WCFConnection" + "" ], - "SelectedNode": "\\Vrh.WCFConnection", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/Vrh.WCFConnection/DesignTimeBuild/.dtbcache.v2 b/.vs/Vrh.WCFConnection/DesignTimeBuild/.dtbcache.v2 index 6d8cbf9..a71ff1a 100644 Binary files a/.vs/Vrh.WCFConnection/DesignTimeBuild/.dtbcache.v2 and b/.vs/Vrh.WCFConnection/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/Vrh.WCFConnection/FileContentIndex/48d04f39-e1c0-40e8-8372-dd0758572899.vsidx b/.vs/Vrh.WCFConnection/FileContentIndex/48d04f39-e1c0-40e8-8372-dd0758572899.vsidx deleted file mode 100644 index e8a8d8b..0000000 Binary files a/.vs/Vrh.WCFConnection/FileContentIndex/48d04f39-e1c0-40e8-8372-dd0758572899.vsidx and /dev/null differ diff --git a/.vs/Vrh.WCFConnection/FileContentIndex/c1028ac2-1af3-4778-8f32-e7e3e026a686.vsidx b/.vs/Vrh.WCFConnection/FileContentIndex/c1028ac2-1af3-4778-8f32-e7e3e026a686.vsidx deleted file mode 100644 index 4777abe..0000000 Binary files a/.vs/Vrh.WCFConnection/FileContentIndex/c1028ac2-1af3-4778-8f32-e7e3e026a686.vsidx and /dev/null differ diff --git a/.vs/Vrh.WCFConnection/v17/.futdcache.v2 b/.vs/Vrh.WCFConnection/v17/.futdcache.v2 index e7ab58c..5bd71fe 100644 Binary files a/.vs/Vrh.WCFConnection/v17/.futdcache.v2 and b/.vs/Vrh.WCFConnection/v17/.futdcache.v2 differ diff --git a/.vs/Vrh.WCFConnection/v17/.wsuo b/.vs/Vrh.WCFConnection/v17/.wsuo index 6e7bff8..f2587cc 100644 Binary files a/.vs/Vrh.WCFConnection/v17/.wsuo and b/.vs/Vrh.WCFConnection/v17/.wsuo differ diff --git a/.vs/Vrh.WCFConnection/v17/DocumentLayout.backup.json b/.vs/Vrh.WCFConnection/v17/DocumentLayout.backup.json index d201f87..3503c01 100644 --- a/.vs/Vrh.WCFConnection/v17/DocumentLayout.backup.json +++ b/.vs/Vrh.WCFConnection/v17/DocumentLayout.backup.json @@ -3,12 +3,8 @@ "WorkspaceRootPath": "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\", "Documents": [ { - "AbsoluteMoniker": "D:0:0:{583A362A-9922-47EE-9D2B-CB948F8A28B2}|Vrh.WCFConnection\\Vrh.WCFConnection.csproj|c:\\___vcsolutions\\vrh.wcfconnection\\vrh.wcfconnection\\vrh.wcfconnection.csproj||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|", - "RelativeMoniker": "D:0:0:{583A362A-9922-47EE-9D2B-CB948F8A28B2}|Vrh.WCFConnection\\Vrh.WCFConnection.csproj|solutionrelative:vrh.wcfconnection\\vrh.wcfconnection.csproj||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|" - }, - { - "AbsoluteMoniker": "D:0:0:{583A362A-9922-47EE-9D2B-CB948F8A28B2}|Vrh.WCFConnection\\Vrh.WCFConnection.csproj|c:\\___vcsolutions\\vrh.wcfconnection\\vrh.wcfconnection\\wcf.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{583A362A-9922-47EE-9D2B-CB948F8A28B2}|Vrh.WCFConnection\\Vrh.WCFConnection.csproj|solutionrelative:vrh.wcfconnection\\wcf.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{583A362A-9922-47EE-9D2B-CB948F8A28B2}|Vrh.WCFConnection\\Vrh.WCFConnection.csproj|c:\\___vcsolutions\\vrh.wcfconnection\\vrh.wcfconnection\\vrh.wcfconnection.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|", + "RelativeMoniker": "D:0:0:{583A362A-9922-47EE-9D2B-CB948F8A28B2}|Vrh.WCFConnection\\Vrh.WCFConnection.csproj|solutionrelative:vrh.wcfconnection\\vrh.wcfconnection.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|" } ], "DocumentGroupContainers": [ @@ -18,7 +14,7 @@ "DocumentGroups": [ { "DockedWidth": 200, - "SelectedChildIndex": 94, + "SelectedChildIndex": 95, "Children": [ { "$type": "Bookmark", @@ -397,28 +393,20 @@ "Name": "ST:1:0:{e8b06f52-6d01-11d2-aa7d-00c04f990343}" }, { + "$type": "Bookmark", + "Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}" + }, + { "$type": "Document", "DocumentIndex": 0, - "Title": "Vrh.WCFConnection", + "Title": "Vrh.WCFConnection.csproj", "DocumentMoniker": "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\Vrh.WCFConnection\\Vrh.WCFConnection.csproj", "RelativeDocumentMoniker": "Vrh.WCFConnection\\Vrh.WCFConnection.csproj", "ToolTip": "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\Vrh.WCFConnection\\Vrh.WCFConnection.csproj", "RelativeToolTip": "Vrh.WCFConnection\\Vrh.WCFConnection.csproj", + "ViewState": "AgIAAAAAAAAAAAAAAAAAABIAAAA3AAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|", - "WhenOpened": "2025-11-01T15:34:52.227Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 1, - "Title": "WCF.cs", - "DocumentMoniker": "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\Vrh.WCFConnection\\WCF.cs", - "RelativeDocumentMoniker": "Vrh.WCFConnection\\WCF.cs", - "ToolTip": "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\Vrh.WCFConnection\\WCF.cs", - "RelativeToolTip": "Vrh.WCFConnection\\WCF.cs", - "ViewState": "AgIAAAsAAAAAAAAAAAAQwCIAAAAAAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2025-11-01T15:33:04.715Z", + "WhenOpened": "2025-11-03T18:41:15.085Z", "EditorCaption": "" } ] diff --git a/.vs/Vrh.WCFConnection/v17/DocumentLayout.json b/.vs/Vrh.WCFConnection/v17/DocumentLayout.json index d201f87..3503c01 100644 --- a/.vs/Vrh.WCFConnection/v17/DocumentLayout.json +++ b/.vs/Vrh.WCFConnection/v17/DocumentLayout.json @@ -3,12 +3,8 @@ "WorkspaceRootPath": "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\", "Documents": [ { - "AbsoluteMoniker": "D:0:0:{583A362A-9922-47EE-9D2B-CB948F8A28B2}|Vrh.WCFConnection\\Vrh.WCFConnection.csproj|c:\\___vcsolutions\\vrh.wcfconnection\\vrh.wcfconnection\\vrh.wcfconnection.csproj||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|", - "RelativeMoniker": "D:0:0:{583A362A-9922-47EE-9D2B-CB948F8A28B2}|Vrh.WCFConnection\\Vrh.WCFConnection.csproj|solutionrelative:vrh.wcfconnection\\vrh.wcfconnection.csproj||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|" - }, - { - "AbsoluteMoniker": "D:0:0:{583A362A-9922-47EE-9D2B-CB948F8A28B2}|Vrh.WCFConnection\\Vrh.WCFConnection.csproj|c:\\___vcsolutions\\vrh.wcfconnection\\vrh.wcfconnection\\wcf.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{583A362A-9922-47EE-9D2B-CB948F8A28B2}|Vrh.WCFConnection\\Vrh.WCFConnection.csproj|solutionrelative:vrh.wcfconnection\\wcf.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{583A362A-9922-47EE-9D2B-CB948F8A28B2}|Vrh.WCFConnection\\Vrh.WCFConnection.csproj|c:\\___vcsolutions\\vrh.wcfconnection\\vrh.wcfconnection\\vrh.wcfconnection.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|", + "RelativeMoniker": "D:0:0:{583A362A-9922-47EE-9D2B-CB948F8A28B2}|Vrh.WCFConnection\\Vrh.WCFConnection.csproj|solutionrelative:vrh.wcfconnection\\vrh.wcfconnection.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|" } ], "DocumentGroupContainers": [ @@ -18,7 +14,7 @@ "DocumentGroups": [ { "DockedWidth": 200, - "SelectedChildIndex": 94, + "SelectedChildIndex": 95, "Children": [ { "$type": "Bookmark", @@ -397,28 +393,20 @@ "Name": "ST:1:0:{e8b06f52-6d01-11d2-aa7d-00c04f990343}" }, { + "$type": "Bookmark", + "Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}" + }, + { "$type": "Document", "DocumentIndex": 0, - "Title": "Vrh.WCFConnection", + "Title": "Vrh.WCFConnection.csproj", "DocumentMoniker": "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\Vrh.WCFConnection\\Vrh.WCFConnection.csproj", "RelativeDocumentMoniker": "Vrh.WCFConnection\\Vrh.WCFConnection.csproj", "ToolTip": "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\Vrh.WCFConnection\\Vrh.WCFConnection.csproj", "RelativeToolTip": "Vrh.WCFConnection\\Vrh.WCFConnection.csproj", + "ViewState": "AgIAAAAAAAAAAAAAAAAAABIAAAA3AAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|", - "WhenOpened": "2025-11-01T15:34:52.227Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 1, - "Title": "WCF.cs", - "DocumentMoniker": "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\Vrh.WCFConnection\\WCF.cs", - "RelativeDocumentMoniker": "Vrh.WCFConnection\\WCF.cs", - "ToolTip": "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\Vrh.WCFConnection\\WCF.cs", - "RelativeToolTip": "Vrh.WCFConnection\\WCF.cs", - "ViewState": "AgIAAAsAAAAAAAAAAAAQwCIAAAAAAAAAAAAAAA==", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2025-11-01T15:33:04.715Z", + "WhenOpened": "2025-11-03T18:41:15.085Z", "EditorCaption": "" } ] diff --git a/Vrh.WCFConnection/Vrh.WCFConnection.csproj b/Vrh.WCFConnection/Vrh.WCFConnection.csproj index d34520f..f5904d6 100644 --- a/Vrh.WCFConnection/Vrh.WCFConnection.csproj +++ b/Vrh.WCFConnection/Vrh.WCFConnection.csproj @@ -13,13 +13,15 @@ Log4Pro;WEB;ASP.NET MVC;Common;XML http://gitlab.vonalkod.hu/vrh/Vrh.WCFConnection#tab-readme false - 3.0.0 + 3.0.2 $(VersionPrefix)$(VersionSuffix) - 3.0.0 Initial package: -- Csomag kiemelése az XmlProcessingből - + + v3.0.2 + v3.0.1 + - GetWCFUri helyett GetWCFConnection metódus: + False true @@ -45,6 +47,10 @@ + + + + diff --git a/Vrh.WCFConnection/WCF.cs b/Vrh.WCFConnection/WCF.cs index fd8c7be..0c88088 100644 --- a/Vrh.WCFConnection/WCF.cs +++ b/Vrh.WCFConnection/WCF.cs @@ -16,6 +16,7 @@ using System.ServiceModel.Channels; using System.ServiceModel.Dispatcher; using System.Collections.ObjectModel; using static Vrh.WCFConnection.WCF; +using Vrh.XmlProcessing; namespace Vrh.WCFConnection { @@ -27,14 +28,11 @@ namespace Vrh.WCFConnection /// /// WcfUri típusú connectionstring alapján készített WcfConnection objektumot ad vissza /// - /// - /// A kért kapcsolati sztring megnevezése vagy referenciája. - /// Ha null vagy üres, akkor a "VRH.ConnectionStringStore:WcfUri_connectionString" nevű kapcsolati sztringet keresi. - /// + /// A kért kapcsolati sztring. /// A megtalált kapcsolati sztring. - public static WCF.Connection GetWCFUri(string connectionstringstorename = null) + public static WCF.Connection GetWCFConnection(string connectionstring = null) { - return new WCF.Connection(connectionstringstorename); + return new WCF.Connection(connectionstring); } #region Connection class @@ -446,7 +444,7 @@ namespace Vrh.WCFConnection Connection wcfcs = null; if (!string.IsNullOrWhiteSpace(connectionstringname)) { - wcfcs = GetWCFUri(connectionstringname); + wcfcs = GetWCFConnection(ConnectionStringStore.GetWCFUri(connectionstringname)); } this.WcfConnection = wcfcs; this.WcfHost = null; @@ -503,7 +501,7 @@ namespace Vrh.WCFConnection { if (!string.IsNullOrEmpty(wcfclientcsattribute.Value)) { - try { wcfcs = GetWCFUri(wcfclientcsattribute.Value); } + try { wcfcs = GetWCFConnection(ConnectionStringStore.GetWCFUri(wcfclientcsattribute.Value)); } catch { throw new Exception($"Configuration Error: invalid WcfConnectionString name ({wcfclientcsattribute.Value})."); } } } diff --git a/Vrh.WCFConnection/bin/Debug/net462/Vrh.WCFConnection.xml b/Vrh.WCFConnection/bin/Debug/net462/Vrh.WCFConnection.xml index 769de7d..a5382e6 100644 --- a/Vrh.WCFConnection/bin/Debug/net462/Vrh.WCFConnection.xml +++ b/Vrh.WCFConnection/bin/Debug/net462/Vrh.WCFConnection.xml @@ -9,14 +9,11 @@ A WCF kliensek és szervizek konfigurálását végző osztály. - + WcfUri típusú connectionstring alapján készített WcfConnection objektumot ad vissza - - A kért kapcsolati sztring megnevezése vagy referenciája. - Ha null vagy üres, akkor a "VRH.ConnectionStringStore:WcfUri_connectionString" nevű kapcsolati sztringet keresi. - + A kért kapcsolati sztring. A megtalált kapcsolati sztring. diff --git a/Vrh.WCFConnection/bin/Debug/net48/Vrh.WCFConnection.xml b/Vrh.WCFConnection/bin/Debug/net48/Vrh.WCFConnection.xml index 769de7d..a5382e6 100644 --- a/Vrh.WCFConnection/bin/Debug/net48/Vrh.WCFConnection.xml +++ b/Vrh.WCFConnection/bin/Debug/net48/Vrh.WCFConnection.xml @@ -9,14 +9,11 @@ A WCF kliensek és szervizek konfigurálását végző osztály. - + WcfUri típusú connectionstring alapján készített WcfConnection objektumot ad vissza - - A kért kapcsolati sztring megnevezése vagy referenciája. - Ha null vagy üres, akkor a "VRH.ConnectionStringStore:WcfUri_connectionString" nevű kapcsolati sztringet keresi. - + A kért kapcsolati sztring. A megtalált kapcsolati sztring. diff --git a/Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.AssemblyInfo.cs b/Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.AssemblyInfo.cs index e45ccf0..5e3479e 100644 --- a/Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.AssemblyInfo.cs +++ b/Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.AssemblyInfo.cs @@ -15,11 +15,11 @@ using System.Reflection; [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Vonalkód Rendszerház Kft.")] [assembly: System.Reflection.AssemblyDescriptionAttribute("WCF kapcsolat kiépítése")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.2+05176009303d9ecd7296f7370562b29eb8b91f1e")] [assembly: System.Reflection.AssemblyProductAttribute("Vrh.WCFConnection")] [assembly: System.Reflection.AssemblyTitleAttribute("Vrh.WCFConnection")] -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.2")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.csproj.FileListAbsolute.txt b/Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.csproj.FileListAbsolute.txt index 8d95649..7a256d6 100644 --- a/Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.csproj.FileListAbsolute.txt +++ b/Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.csproj.FileListAbsolute.txt @@ -9,3 +9,5 @@ C:\___VCSOLUTIONS\Vrh.WCFConnection\Vrh.WCFConnection\bin\Debug\net462\Vrh.WCFCo C:\___VCSOLUTIONS\Vrh.WCFConnection\Vrh.WCFConnection\obj\Debug\net462\Vrh.WCFConnection.dll C:\___VCSOLUTIONS\Vrh.WCFConnection\Vrh.WCFConnection\obj\Debug\net462\Vrh.WCFConnection.xml C:\___VCSOLUTIONS\Vrh.WCFConnection\Vrh.WCFConnection\obj\Debug\net462\Vrh.WCFConnection.pdb +C:\___VCSOLUTIONS\Vrh.WCFConnection\Vrh.WCFConnection\bin\Debug\net462\Vrh.XmlProcessing.dll +C:\___VCSOLUTIONS\Vrh.WCFConnection\Vrh.WCFConnection\obj\Debug\net462\Vrh.WCFC.2E544625.Up2Date diff --git a/Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.xml b/Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.xml index 769de7d..a5382e6 100644 --- a/Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.xml +++ b/Vrh.WCFConnection/obj/Debug/net462/Vrh.WCFConnection.xml @@ -9,14 +9,11 @@ A WCF kliensek és szervizek konfigurálását végző osztály. - + WcfUri típusú connectionstring alapján készített WcfConnection objektumot ad vissza - - A kért kapcsolati sztring megnevezése vagy referenciája. - Ha null vagy üres, akkor a "VRH.ConnectionStringStore:WcfUri_connectionString" nevű kapcsolati sztringet keresi. - + A kért kapcsolati sztring. A megtalált kapcsolati sztring. diff --git a/Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.AssemblyInfo.cs b/Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.AssemblyInfo.cs index e45ccf0..5e3479e 100644 --- a/Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.AssemblyInfo.cs +++ b/Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.AssemblyInfo.cs @@ -15,11 +15,11 @@ using System.Reflection; [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Vonalkód Rendszerház Kft.")] [assembly: System.Reflection.AssemblyDescriptionAttribute("WCF kapcsolat kiépítése")] -[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.2")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.2+05176009303d9ecd7296f7370562b29eb8b91f1e")] [assembly: System.Reflection.AssemblyProductAttribute("Vrh.WCFConnection")] [assembly: System.Reflection.AssemblyTitleAttribute("Vrh.WCFConnection")] -[assembly: System.Reflection.AssemblyVersionAttribute("3.0.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("3.0.2")] // Generated by the MSBuild WriteCodeFragment class. diff --git a/Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.csproj.FileListAbsolute.txt b/Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.csproj.FileListAbsolute.txt index e6b362f..8fd2b02 100644 --- a/Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.csproj.FileListAbsolute.txt +++ b/Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.csproj.FileListAbsolute.txt @@ -9,3 +9,5 @@ C:\___VCSOLUTIONS\Vrh.WCFConnection\Vrh.WCFConnection\bin\Debug\net48\Vrh.WCFCon C:\___VCSOLUTIONS\Vrh.WCFConnection\Vrh.WCFConnection\obj\Debug\net48\Vrh.WCFConnection.dll C:\___VCSOLUTIONS\Vrh.WCFConnection\Vrh.WCFConnection\obj\Debug\net48\Vrh.WCFConnection.xml C:\___VCSOLUTIONS\Vrh.WCFConnection\Vrh.WCFConnection\obj\Debug\net48\Vrh.WCFConnection.pdb +C:\___VCSOLUTIONS\Vrh.WCFConnection\Vrh.WCFConnection\bin\Debug\net48\Vrh.XmlProcessing.dll +C:\___VCSOLUTIONS\Vrh.WCFConnection\Vrh.WCFConnection\obj\Debug\net48\Vrh.WCFC.2E544625.Up2Date diff --git a/Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.xml b/Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.xml index 769de7d..a5382e6 100644 --- a/Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.xml +++ b/Vrh.WCFConnection/obj/Debug/net48/Vrh.WCFConnection.xml @@ -9,14 +9,11 @@ A WCF kliensek és szervizek konfigurálását végző osztály. - + WcfUri típusú connectionstring alapján készített WcfConnection objektumot ad vissza - - A kért kapcsolati sztring megnevezése vagy referenciája. - Ha null vagy üres, akkor a "VRH.ConnectionStringStore:WcfUri_connectionString" nevű kapcsolati sztringet keresi. - + A kért kapcsolati sztring. A megtalált kapcsolati sztring. diff --git a/Vrh.WCFConnection/obj/Vrh.WCFConnection.csproj.nuget.dgspec.json b/Vrh.WCFConnection/obj/Vrh.WCFConnection.csproj.nuget.dgspec.json index e16fdfe..7205215 100644 --- a/Vrh.WCFConnection/obj/Vrh.WCFConnection.csproj.nuget.dgspec.json +++ b/Vrh.WCFConnection/obj/Vrh.WCFConnection.csproj.nuget.dgspec.json @@ -5,7 +5,7 @@ }, "projects": { "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\Vrh.WCFConnection\\Vrh.WCFConnection.csproj": { - "version": "3.0.0", + "version": "3.0.2", "restore": { "projectUniqueName": "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\Vrh.WCFConnection\\Vrh.WCFConnection.csproj", "projectName": "Vrh.WCFConnection", @@ -56,10 +56,22 @@ "frameworks": { "net462": { "targetAlias": "net462", + "dependencies": { + "Vrh.XmlProcessing": { + "target": "Package", + "version": "[3.0.0, )" + } + }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.305\\RuntimeIdentifierGraph.json" }, "net48": { "targetAlias": "net48", + "dependencies": { + "Vrh.XmlProcessing": { + "target": "Package", + "version": "[3.0.0, )" + } + }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.305\\RuntimeIdentifierGraph.json" } } diff --git a/Vrh.WCFConnection/obj/Vrh.WCFConnection.csproj.nuget.g.props b/Vrh.WCFConnection/obj/Vrh.WCFConnection.csproj.nuget.g.props index 9c3a5b5..5432c3f 100644 --- a/Vrh.WCFConnection/obj/Vrh.WCFConnection.csproj.nuget.g.props +++ b/Vrh.WCFConnection/obj/Vrh.WCFConnection.csproj.nuget.g.props @@ -13,4 +13,10 @@ + + C:\Users\lschwirg\.nuget\packages\vrh.xmlprocessing\3.0.0 + + + C:\Users\lschwirg\.nuget\packages\vrh.xmlprocessing\3.0.0 + \ No newline at end of file diff --git a/Vrh.WCFConnection/obj/project.assets.json b/Vrh.WCFConnection/obj/project.assets.json index c21d721..c826b6a 100644 --- a/Vrh.WCFConnection/obj/project.assets.json +++ b/Vrh.WCFConnection/obj/project.assets.json @@ -1,20 +1,80 @@ { "version": 3, "targets": { - ".NETFramework,Version=v4.6.2": {}, - ".NETFramework,Version=v4.8": {} + ".NETFramework,Version=v4.6.2": { + "Vrh.XmlProcessing/3.0.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Configuration", + "System.Web" + ], + "compile": { + "lib/net462/Vrh.XmlProcessing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net462/Vrh.XmlProcessing.dll": { + "related": ".xml" + } + } + } + }, + ".NETFramework,Version=v4.8": { + "Vrh.XmlProcessing/3.0.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Configuration", + "System.Web" + ], + "compile": { + "lib/net48/Vrh.XmlProcessing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net48/Vrh.XmlProcessing.dll": { + "related": ".xml" + } + } + } + } + }, + "libraries": { + "Vrh.XmlProcessing/3.0.0": { + "sha512": "NP7qc2MV0fM//4RgsTnSmG1FPmV5GjX8nDC8tclRjbUXApc8whYcVLqRyBlXWy50xrI1YOqutCeFEEfwC+Z73Q==", + "type": "package", + "path": "vrh.xmlprocessing/3.0.0", + "hasTools": true, + "files": [ + ".nupkg.metadata", + "ReadMe.md", + "content/XmlParser.xml", + "content/app.config.install.xdt", + "lib/net462/Vrh.XmlProcessing.dll", + "lib/net462/Vrh.XmlProcessing.xml", + "lib/net48/Vrh.XmlProcessing.dll", + "lib/net48/Vrh.XmlProcessing.xml", + "tools/Install.ps1", + "vrh.xmlprocessing.3.0.0.nupkg.sha512", + "vrh.xmlprocessing.nuspec" + ] + } }, - "libraries": {}, "projectFileDependencyGroups": { - ".NETFramework,Version=v4.6.2": [], - ".NETFramework,Version=v4.8": [] + ".NETFramework,Version=v4.6.2": [ + "Vrh.XmlProcessing >= 3.0.0" + ], + ".NETFramework,Version=v4.8": [ + "Vrh.XmlProcessing >= 3.0.0" + ] }, "packageFolders": { "C:\\Users\\lschwirg\\.nuget\\packages\\": {}, "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} }, "project": { - "version": "3.0.0", + "version": "3.0.2", "restore": { "projectUniqueName": "C:\\___VCSOLUTIONS\\Vrh.WCFConnection\\Vrh.WCFConnection\\Vrh.WCFConnection.csproj", "projectName": "Vrh.WCFConnection", @@ -65,10 +125,22 @@ "frameworks": { "net462": { "targetAlias": "net462", + "dependencies": { + "Vrh.XmlProcessing": { + "target": "Package", + "version": "[3.0.0, )" + } + }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.305\\RuntimeIdentifierGraph.json" }, "net48": { "targetAlias": "net48", + "dependencies": { + "Vrh.XmlProcessing": { + "target": "Package", + "version": "[3.0.0, )" + } + }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.305\\RuntimeIdentifierGraph.json" } } -- libgit2 0.21.2