diff --git a/.gitignore b/.gitignore
index 8bbe72a..dea44f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,409 @@
node_modules
coverage
-docs/build
\ No newline at end of file
+docs/build
+
+# globs
+Makefile.in
+*.userprefs
+*.usertasks
+config.make
+config.status
+aclocal.m4
+install-sh
+autom4te.cache/
+*.tar.gz
+tarballs/
+test-results/
+
+# Mac bundle stuff
+*.dmg
+*.app
+
+# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
+# Windows thumbnail cache files
+Thumbs.db
+ehthumbs.db
+ehthumbs_vista.db
+
+# Dump file
+*.stackdump
+
+# Folder config file
+[Dd]esktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Windows Installer files
+*.cab
+*.msi
+*.msix
+*.msm
+*.msp
+
+# Windows shortcuts
+*.lnk
+
+# content below from: https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
+
+# 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/
+x64/
+x86/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# 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
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_h.h
+*.ilk
+*.meta
+*.obj
+*.iobj
+*.pch
+*.pdb
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*_wpftmp.csproj
+*.log
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# 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
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# 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
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+
+# 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/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# 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
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# JetBrains Rider
+.idea/
+*.sln.iml
+
+# CodeRush personal settings
+.cr/personal
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
+
+# Local History for Visual Studio
+.localhistory/
\ No newline at end of file
diff --git a/wikidata_service/.dockerignore b/wikidata_service/.dockerignore
new file mode 100644
index 0000000..fe1152b
--- /dev/null
+++ b/wikidata_service/.dockerignore
@@ -0,0 +1,30 @@
+**/.classpath
+**/.dockerignore
+**/.env
+**/.git
+**/.gitignore
+**/.project
+**/.settings
+**/.toolstarget
+**/.vs
+**/.vscode
+**/*.*proj.user
+**/*.dbmdl
+**/*.jfm
+**/azds.yaml
+**/bin
+**/charts
+**/docker-compose*
+**/Dockerfile*
+**/node_modules
+**/npm-debug.log
+**/obj
+**/secrets.dev.yaml
+**/values.dev.yaml
+LICENSE
+README.md
+!**/.gitignore
+!.git/HEAD
+!.git/config
+!.git/packed-refs
+!.git/refs/heads/**
\ No newline at end of file
diff --git a/wikidata_service/.gitignore b/wikidata_service/.gitignore
new file mode 100644
index 0000000..58d4acc
--- /dev/null
+++ b/wikidata_service/.gitignore
@@ -0,0 +1,405 @@
+# globs
+Makefile.in
+*.userprefs
+*.usertasks
+config.make
+config.status
+aclocal.m4
+install-sh
+autom4te.cache/
+*.tar.gz
+tarballs/
+test-results/
+
+# Mac bundle stuff
+*.dmg
+*.app
+
+# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
+# General
+.DS_Store
+.AppleDouble
+.LSOverride
+
+# Icon must end with two \r
+Icon
+
+
+# Thumbnails
+._*
+
+# Files that might appear in the root of a volume
+.DocumentRevisions-V100
+.fseventsd
+.Spotlight-V100
+.TemporaryItems
+.Trashes
+.VolumeIcon.icns
+.com.apple.timemachine.donotpresent
+
+# Directories potentially created on remote AFP share
+.AppleDB
+.AppleDesktop
+Network Trash Folder
+Temporary Items
+.apdisk
+
+# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
+# Windows thumbnail cache files
+Thumbs.db
+ehthumbs.db
+ehthumbs_vista.db
+
+# Dump file
+*.stackdump
+
+# Folder config file
+[Dd]esktop.ini
+
+# Recycle Bin used on file shares
+$RECYCLE.BIN/
+
+# Windows Installer files
+*.cab
+*.msi
+*.msix
+*.msm
+*.msp
+
+# Windows shortcuts
+*.lnk
+
+# content below from: https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
+
+# 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/
+x64/
+x86/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# 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
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_h.h
+*.ilk
+*.meta
+*.obj
+*.iobj
+*.pch
+*.pdb
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*_wpftmp.csproj
+*.log
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# 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
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# 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
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+
+# 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/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# 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
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# JetBrains Rider
+.idea/
+*.sln.iml
+
+# CodeRush personal settings
+.cr/personal
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
+
+# Local History for Visual Studio
+.localhistory/
\ No newline at end of file
diff --git a/wikidata_service/.vs/ProjectEvaluation/wikidatatest.metadata.v7.bin b/wikidata_service/.vs/ProjectEvaluation/wikidatatest.metadata.v7.bin
new file mode 100644
index 0000000..0b203cb
Binary files /dev/null and b/wikidata_service/.vs/ProjectEvaluation/wikidatatest.metadata.v7.bin differ
diff --git a/wikidata_service/.vs/ProjectEvaluation/wikidatatest.projects.v7.bin b/wikidata_service/.vs/ProjectEvaluation/wikidatatest.projects.v7.bin
new file mode 100644
index 0000000..1fe2117
Binary files /dev/null and b/wikidata_service/.vs/ProjectEvaluation/wikidatatest.projects.v7.bin differ
diff --git a/wikidata_service/.vs/WikiDataTest/DesignTimeBuild/.dtbcache.v2 b/wikidata_service/.vs/WikiDataTest/DesignTimeBuild/.dtbcache.v2
new file mode 100644
index 0000000..ed81759
Binary files /dev/null and b/wikidata_service/.vs/WikiDataTest/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/wikidata_service/.vs/WikiDataTest/FileContentIndex/42a7dfd7-81db-40ba-b5bb-cd39f8fdd5c5.vsidx b/wikidata_service/.vs/WikiDataTest/FileContentIndex/42a7dfd7-81db-40ba-b5bb-cd39f8fdd5c5.vsidx
new file mode 100644
index 0000000..f1a7a1b
Binary files /dev/null and b/wikidata_service/.vs/WikiDataTest/FileContentIndex/42a7dfd7-81db-40ba-b5bb-cd39f8fdd5c5.vsidx differ
diff --git a/wikidata_service/.vs/WikiDataTest/FileContentIndex/8b2b3b3e-580d-41b5-9ef9-53526942ab39.vsidx b/wikidata_service/.vs/WikiDataTest/FileContentIndex/8b2b3b3e-580d-41b5-9ef9-53526942ab39.vsidx
new file mode 100644
index 0000000..ac2557c
Binary files /dev/null and b/wikidata_service/.vs/WikiDataTest/FileContentIndex/8b2b3b3e-580d-41b5-9ef9-53526942ab39.vsidx differ
diff --git a/wikidata_service/.vs/WikiDataTest/FileContentIndex/a25a619b-81a7-479e-9a32-dbf550573608.vsidx b/wikidata_service/.vs/WikiDataTest/FileContentIndex/a25a619b-81a7-479e-9a32-dbf550573608.vsidx
new file mode 100644
index 0000000..5ca371c
Binary files /dev/null and b/wikidata_service/.vs/WikiDataTest/FileContentIndex/a25a619b-81a7-479e-9a32-dbf550573608.vsidx differ
diff --git a/wikidata_service/.vs/WikiDataTest/config/applicationhost.config b/wikidata_service/.vs/WikiDataTest/config/applicationhost.config
new file mode 100644
index 0000000..600d758
--- /dev/null
+++ b/wikidata_service/.vs/WikiDataTest/config/applicationhost.config
@@ -0,0 +1,972 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/wikidata_service/.vs/WikiDataTest/v17/.futdcache.v2 b/wikidata_service/.vs/WikiDataTest/v17/.futdcache.v2
new file mode 100644
index 0000000..d64f748
Binary files /dev/null and b/wikidata_service/.vs/WikiDataTest/v17/.futdcache.v2 differ
diff --git a/wikidata_service/.vs/WikiDataTest/v17/.suo b/wikidata_service/.vs/WikiDataTest/v17/.suo
new file mode 100644
index 0000000..ec4fef5
Binary files /dev/null and b/wikidata_service/.vs/WikiDataTest/v17/.suo differ
diff --git a/wikidata_service/WikiDataTest.sln b/wikidata_service/WikiDataTest.sln
new file mode 100644
index 0000000..1bc3b6f
--- /dev/null
+++ b/wikidata_service/WikiDataTest.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.8.34316.72
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WikiDataTest", "WikiDataTest\WikiDataTest.csproj", "{C8146490-E482-406D-852F-5936D5B5BFB9}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {C8146490-E482-406D-852F-5936D5B5BFB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {C8146490-E482-406D-852F-5936D5B5BFB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {C8146490-E482-406D-852F-5936D5B5BFB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {C8146490-E482-406D-852F-5936D5B5BFB9}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {E295DB00-B5E6-4400-9C95-B9FB22AAE4AD}
+ EndGlobalSection
+EndGlobal
diff --git a/wikidata_service/WikiDataTest/Controllers/WikiDataController.cs b/wikidata_service/WikiDataTest/Controllers/WikiDataController.cs
new file mode 100644
index 0000000..93c7149
--- /dev/null
+++ b/wikidata_service/WikiDataTest/Controllers/WikiDataController.cs
@@ -0,0 +1,43 @@
+using Microsoft.AspNetCore.Mvc;
+using Newtonsoft.Json;
+using WikiDataTest.Models;
+using WikiDataTest.Services;
+
+namespace WikiDataTest.Controllers
+{
+ [ApiController]
+ [Route("[controller]")]
+ public class WikiDataController : ControllerBase
+ {
+ private readonly ILogger _logger;
+ private readonly QueryService _queryService;
+ private readonly WikiDataService _wikiDataService;
+ private readonly QuestionService _questionService;
+
+
+ public WikiDataController(ILogger logger,
+ QueryService queryService, WikiDataService wikiDataService, QuestionService questionService)
+ {
+ _logger = logger;
+ _queryService = queryService;
+ _wikiDataService = wikiDataService;
+ _questionService = questionService;
+ }
+
+ [HttpGet("GetQuestions")]
+ public async Task GetQuestions()
+ {
+ RootObject jsonQuestions = await _wikiDataService.GetQuestions(_queryService.GetCapitalsQuery());
+
+ Question[] questions = _questionService.GenerateQuestionsCapitalsOf(jsonQuestions.results.bindings.ToArray());
+
+ foreach (var item in questions)
+ {
+ Console.WriteLine(item.ToString());
+ }
+
+ return Ok(questions);
+ }
+ }
+
+}
diff --git a/wikidata_service/WikiDataTest/Dockerfile b/wikidata_service/WikiDataTest/Dockerfile
new file mode 100644
index 0000000..a157784
--- /dev/null
+++ b/wikidata_service/WikiDataTest/Dockerfile
@@ -0,0 +1,27 @@
+#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.
+
+#Depending on the operating system of the host machines(s) that will build or run the containers, the image specified in the FROM statement may need to be changed.
+#For more information, please see https://aka.ms/containercompat
+
+FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
+WORKDIR /app
+EXPOSE 80
+EXPOSE 443
+
+FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
+ARG BUILD_CONFIGURATION=Release
+WORKDIR /src
+COPY ["WikiDataTest/WikiDataTest.csproj", "WikiDataTest/"]
+RUN dotnet restore "./WikiDataTest/./WikiDataTest.csproj"
+COPY . .
+WORKDIR "/src/WikiDataTest"
+RUN dotnet build "./WikiDataTest.csproj" -c %BUILD_CONFIGURATION% -o /app/build
+
+FROM build AS publish
+ARG BUILD_CONFIGURATION=Release
+RUN dotnet publish "./WikiDataTest.csproj" -c %BUILD_CONFIGURATION% -o /app/publish /p:UseAppHost=false
+
+FROM base AS final
+WORKDIR /app
+COPY --from=publish /app/publish .
+ENTRYPOINT ["dotnet", "WikiDataTest.dll"]
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/Models/CapitalCountry.cs b/wikidata_service/WikiDataTest/Models/CapitalCountry.cs
new file mode 100644
index 0000000..32e6348
--- /dev/null
+++ b/wikidata_service/WikiDataTest/Models/CapitalCountry.cs
@@ -0,0 +1,14 @@
+namespace WikiDataTest.Models
+{
+
+ public class CapitalCountry
+ {
+ public Label capitalLabel { get; set; }
+ public Label countryLabel { get; set; }
+
+ public string ToString()
+ {
+ return countryLabel.value + ": " + capitalLabel.value;
+ }
+ }
+}
diff --git a/wikidata_service/WikiDataTest/Models/Label.cs b/wikidata_service/WikiDataTest/Models/Label.cs
new file mode 100644
index 0000000..4b0fad0
--- /dev/null
+++ b/wikidata_service/WikiDataTest/Models/Label.cs
@@ -0,0 +1,8 @@
+namespace WikiDataTest.Models
+{
+ public class Label
+ {
+ public string value { get; set; }
+ }
+
+}
diff --git a/wikidata_service/WikiDataTest/Models/Question.cs b/wikidata_service/WikiDataTest/Models/Question.cs
new file mode 100644
index 0000000..424843f
--- /dev/null
+++ b/wikidata_service/WikiDataTest/Models/Question.cs
@@ -0,0 +1,26 @@
+namespace WikiDataTest.Models
+{
+ public class Question
+ {
+ public string text { get; set; }
+ public string[] answers { get; set; }
+ public int correctAnswer { get; set; }
+
+ public Question(string text, string[] answers, int correctAnswer)
+ {
+ this.text = text;
+ this.answers = answers;
+ this.correctAnswer = correctAnswer;
+ }
+
+ public string ToString()
+ {
+ string aux = "text: " + text;
+ aux += "\ncorrectAnswer: " + answers[0];
+ aux += "\nAnswer: " + answers[1];
+ aux += "\nAnswer: " + answers[2];
+ aux += "\nAnswer: " + answers[3];
+ return aux;
+ }
+ }
+}
diff --git a/wikidata_service/WikiDataTest/Models/Results.cs b/wikidata_service/WikiDataTest/Models/Results.cs
new file mode 100644
index 0000000..f6b9198
--- /dev/null
+++ b/wikidata_service/WikiDataTest/Models/Results.cs
@@ -0,0 +1,7 @@
+namespace WikiDataTest.Models
+{
+ public class Results
+ {
+ public List bindings { get; set; }
+ }
+}
diff --git a/wikidata_service/WikiDataTest/Models/RootObject.cs b/wikidata_service/WikiDataTest/Models/RootObject.cs
new file mode 100644
index 0000000..10da15c
--- /dev/null
+++ b/wikidata_service/WikiDataTest/Models/RootObject.cs
@@ -0,0 +1,7 @@
+namespace WikiDataTest.Models
+{
+ public class RootObject
+ {
+ public Results results { get; set; }
+ }
+}
diff --git a/wikidata_service/WikiDataTest/Program.cs b/wikidata_service/WikiDataTest/Program.cs
new file mode 100644
index 0000000..447cb60
--- /dev/null
+++ b/wikidata_service/WikiDataTest/Program.cs
@@ -0,0 +1,31 @@
+using WikiDataTest.Services;
+
+var builder = WebApplication.CreateBuilder(args);
+
+// Add services to the container.
+
+builder.Services.AddControllers();
+// Learn more about configuring Swagger/OpenAPI at https://aka.ms/aspnetcore/swashbuckle
+builder.Services.AddEndpointsApiExplorer();
+builder.Services.AddSwaggerGen();
+builder.Services.AddSingleton(new QueryService());
+builder.Services.AddSingleton(new WikiDataService());
+builder.Services.AddSingleton(new QuestionService());
+
+
+var app = builder.Build();
+
+// Configure the HTTP request pipeline.
+if (app.Environment.IsDevelopment())
+{
+ app.UseSwagger();
+ app.UseSwaggerUI();
+}
+
+app.UseHttpsRedirection();
+
+app.UseAuthorization();
+
+app.MapControllers();
+
+app.Run();
diff --git a/wikidata_service/WikiDataTest/Properties/launchSettings.json b/wikidata_service/WikiDataTest/Properties/launchSettings.json
new file mode 100644
index 0000000..ecc521d
--- /dev/null
+++ b/wikidata_service/WikiDataTest/Properties/launchSettings.json
@@ -0,0 +1,41 @@
+{
+ "profiles": {
+ "WikiDataTest": {
+ "commandName": "Project",
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ },
+ "dotnetRunMessages": true,
+ "applicationUrl": "https://localhost:7259;http://localhost:5276"
+ },
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "Docker": {
+ "commandName": "Docker",
+ "launchBrowser": true,
+ "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
+ "environmentVariables": {
+ "ASPNETCORE_URLS": "https://+:443;http://+:80"
+ },
+ "publishAllPorts": true,
+ "useSSL": true
+ }
+ },
+ "$schema": "https://json.schemastore.org/launchsettings.json",
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:48168",
+ "sslPort": 44321
+ }
+ }
+}
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/Services/QueryService.cs b/wikidata_service/WikiDataTest/Services/QueryService.cs
new file mode 100644
index 0000000..8d99759
--- /dev/null
+++ b/wikidata_service/WikiDataTest/Services/QueryService.cs
@@ -0,0 +1,10 @@
+namespace WikiDataTest.Services
+{
+ public class QueryService
+ {
+ public string GetCapitalsQuery()
+ {
+ return "SELECT ?capitalLabel ?countryLabel WHERE { ?capital wdt:P1376 ?country. ?capital wdt:P31 wd:Q5119. ?country wdt:P31 wd:Q3624078. SERVICE wikibase:label { bd:serviceParam wikibase:language \"[AUTO_LANGUAGE],en\". }} LIMIT 400";
+ }
+ }
+}
diff --git a/wikidata_service/WikiDataTest/Services/QuestionService.cs b/wikidata_service/WikiDataTest/Services/QuestionService.cs
new file mode 100644
index 0000000..c386f5c
--- /dev/null
+++ b/wikidata_service/WikiDataTest/Services/QuestionService.cs
@@ -0,0 +1,68 @@
+using System;
+using WikiDataTest.Controllers;
+using WikiDataTest.Models;
+
+namespace WikiDataTest.Services
+{
+ public class QuestionService
+ {
+ ///
+ /// Generate the questions from the capital/countries passed as parameter
+ ///
+ /// all the countries obtained
+ /// number of questions to generate
+ ///
+ public Question[] GenerateQuestionsCapitalsOf(CapitalCountry[] capitalCountries, int numberQuestions = 10)
+ {
+ Question[] questions = new Question[numberQuestions];
+
+ ISet ids = new HashSet();
+ Random r = new Random();
+
+ while (ids.Count < numberQuestions)
+ {
+ ids.Add(r.Next(capitalCountries.Length));
+ }
+
+ int[] idsList = new int[numberQuestions];
+ int i = 0;
+ foreach (int id in ids)
+ {
+ idsList[i++] = id;
+ }
+
+ // Generate questions
+ for (int j = 0; j < idsList.Length; j++)
+ {
+ // Generate the questions
+ string countryName = capitalCountries[idsList[j]].countryLabel.value;
+ string questionText = $"What is the capital of {countryName}?";
+ string[] answers = new string[4];
+
+ // Place of the correct answer
+ int correctAnswer = 0;
+
+ // Save the capital of the specific country on first place
+ answers[correctAnswer] = capitalCountries[idsList[j]].capitalLabel.value;
+
+ // Get 3 random wrong answers from all the capitals
+ int[] wrongIds = new int[3];
+ for (int w = 1; w < 4; w++)
+ {
+ int wrongId = r.Next(capitalCountries.Length);
+ while (idsList[j] == wrongId || wrongIds.Contains(wrongId))
+ {
+ wrongId = r.Next(capitalCountries.Length);
+ }
+ // Adding the id of the wrongAnswer to the array
+ wrongIds[w - 1] = wrongId;
+ answers[w] = capitalCountries[wrongId].capitalLabel.value;
+ }
+
+ questions[j] = new Question(questionText, answers, correctAnswer);
+ }
+
+ return questions;
+ }
+ }
+}
diff --git a/wikidata_service/WikiDataTest/Services/WikiDataService.cs b/wikidata_service/WikiDataTest/Services/WikiDataService.cs
new file mode 100644
index 0000000..5611a01
--- /dev/null
+++ b/wikidata_service/WikiDataTest/Services/WikiDataService.cs
@@ -0,0 +1,32 @@
+using Newtonsoft.Json;
+using WikiDataTest.Controllers;
+using WikiDataTest.Models;
+
+namespace WikiDataTest.Services
+{
+ public class WikiDataService
+ {
+ public WikiDataService() { }
+
+ public async Task GetQuestions(string sparqlQuery)
+ {
+ string endpointUrl = "https://query.wikidata.org/sparql?query=";
+
+ var fullUrl = endpointUrl + sparqlQuery;
+
+ using (var client = new HttpClient())
+ {
+ client.DefaultRequestHeaders.Add("User-Agent", "Sergiollende/1.0");
+ client.DefaultRequestHeaders.Add("Accept", "application/sparql-results+json");
+
+ HttpResponseMessage response = await client.GetAsync(fullUrl);
+
+ string responseBody = await response.Content.ReadAsStringAsync();
+
+ RootObject jsonResult = JsonConvert.DeserializeObject(responseBody);
+
+ return jsonResult;
+ }
+ }
+ }
+}
diff --git a/wikidata_service/WikiDataTest/WikiDataTest.csproj b/wikidata_service/WikiDataTest/WikiDataTest.csproj
new file mode 100644
index 0000000..97182a4
--- /dev/null
+++ b/wikidata_service/WikiDataTest/WikiDataTest.csproj
@@ -0,0 +1,17 @@
+
+
+
+ net6.0
+ enable
+ enable
+ dc965c48-6b02-4193-ad00-5a708ae03c89
+ Windows
+
+
+
+
+
+
+
+
+
diff --git a/wikidata_service/WikiDataTest/WikiDataTest.csproj.user b/wikidata_service/WikiDataTest/WikiDataTest.csproj.user
new file mode 100644
index 0000000..ad565b9
--- /dev/null
+++ b/wikidata_service/WikiDataTest/WikiDataTest.csproj.user
@@ -0,0 +1,9 @@
+
+
+
+ WikiDataTest
+
+
+ ProjectDebugger
+
+
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/appsettings.Development.json b/wikidata_service/WikiDataTest/appsettings.Development.json
new file mode 100644
index 0000000..0c208ae
--- /dev/null
+++ b/wikidata_service/WikiDataTest/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ }
+}
diff --git a/wikidata_service/WikiDataTest/appsettings.json b/wikidata_service/WikiDataTest/appsettings.json
new file mode 100644
index 0000000..10f68b8
--- /dev/null
+++ b/wikidata_service/WikiDataTest/appsettings.json
@@ -0,0 +1,9 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*"
+}
diff --git a/wikidata_service/WikiDataTest/bin/Debug/net6.0/Microsoft.OpenApi.dll b/wikidata_service/WikiDataTest/bin/Debug/net6.0/Microsoft.OpenApi.dll
new file mode 100644
index 0000000..14f3ded
Binary files /dev/null and b/wikidata_service/WikiDataTest/bin/Debug/net6.0/Microsoft.OpenApi.dll differ
diff --git a/wikidata_service/WikiDataTest/bin/Debug/net6.0/Newtonsoft.Json.dll b/wikidata_service/WikiDataTest/bin/Debug/net6.0/Newtonsoft.Json.dll
new file mode 100644
index 0000000..d035c38
Binary files /dev/null and b/wikidata_service/WikiDataTest/bin/Debug/net6.0/Newtonsoft.Json.dll differ
diff --git a/wikidata_service/WikiDataTest/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll b/wikidata_service/WikiDataTest/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll
new file mode 100644
index 0000000..39b68f8
Binary files /dev/null and b/wikidata_service/WikiDataTest/bin/Debug/net6.0/Swashbuckle.AspNetCore.Swagger.dll differ
diff --git a/wikidata_service/WikiDataTest/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll b/wikidata_service/WikiDataTest/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll
new file mode 100644
index 0000000..47f3406
Binary files /dev/null and b/wikidata_service/WikiDataTest/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll differ
diff --git a/wikidata_service/WikiDataTest/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll b/wikidata_service/WikiDataTest/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll
new file mode 100644
index 0000000..2628e9e
Binary files /dev/null and b/wikidata_service/WikiDataTest/bin/Debug/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll differ
diff --git a/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.deps.json b/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.deps.json
new file mode 100644
index 0000000..1091117
--- /dev/null
+++ b/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.deps.json
@@ -0,0 +1,140 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v6.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v6.0": {
+ "WikiDataTest/1.0.0": {
+ "dependencies": {
+ "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": "1.19.5",
+ "Newtonsoft.Json": "13.0.3",
+ "Swashbuckle.AspNetCore": "6.5.0"
+ },
+ "runtime": {
+ "WikiDataTest.dll": {}
+ }
+ },
+ "Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
+ "Microsoft.OpenApi/1.2.3": {
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.OpenApi.dll": {
+ "assemblyVersion": "1.2.3.0",
+ "fileVersion": "1.2.3.0"
+ }
+ }
+ },
+ "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.19.5": {},
+ "Newtonsoft.Json/13.0.3": {
+ "runtime": {
+ "lib/net6.0/Newtonsoft.Json.dll": {
+ "assemblyVersion": "13.0.0.0",
+ "fileVersion": "13.0.3.27908"
+ }
+ }
+ },
+ "Swashbuckle.AspNetCore/6.5.0": {
+ "dependencies": {
+ "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
+ "Swashbuckle.AspNetCore.Swagger": "6.5.0",
+ "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
+ "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0"
+ }
+ },
+ "Swashbuckle.AspNetCore.Swagger/6.5.0": {
+ "dependencies": {
+ "Microsoft.OpenApi": "1.2.3"
+ },
+ "runtime": {
+ "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
+ "assemblyVersion": "6.5.0.0",
+ "fileVersion": "6.5.0.0"
+ }
+ }
+ },
+ "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
+ "dependencies": {
+ "Swashbuckle.AspNetCore.Swagger": "6.5.0"
+ },
+ "runtime": {
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
+ "assemblyVersion": "6.5.0.0",
+ "fileVersion": "6.5.0.0"
+ }
+ }
+ },
+ "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
+ "runtime": {
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
+ "assemblyVersion": "6.5.0.0",
+ "fileVersion": "6.5.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "WikiDataTest/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
+ "path": "microsoft.extensions.apidescription.server/6.0.5",
+ "hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512"
+ },
+ "Microsoft.OpenApi/1.2.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
+ "path": "microsoft.openapi/1.2.3",
+ "hashPath": "microsoft.openapi.1.2.3.nupkg.sha512"
+ },
+ "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.19.5": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Kaa1rBZdJFq5A0qgAcl6Bmk/UqLXTq9acEqxUlPEBA8oscmakLfkvuSXfG7Wa9t1/keaT85EuuDNgOo+Z9VYOQ==",
+ "path": "microsoft.visualstudio.azure.containers.tools.targets/1.19.5",
+ "hashPath": "microsoft.visualstudio.azure.containers.tools.targets.1.19.5.nupkg.sha512"
+ },
+ "Newtonsoft.Json/13.0.3": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
+ "path": "newtonsoft.json/13.0.3",
+ "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512"
+ },
+ "Swashbuckle.AspNetCore/6.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==",
+ "path": "swashbuckle.aspnetcore/6.5.0",
+ "hashPath": "swashbuckle.aspnetcore.6.5.0.nupkg.sha512"
+ },
+ "Swashbuckle.AspNetCore.Swagger/6.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==",
+ "path": "swashbuckle.aspnetcore.swagger/6.5.0",
+ "hashPath": "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512"
+ },
+ "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==",
+ "path": "swashbuckle.aspnetcore.swaggergen/6.5.0",
+ "hashPath": "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512"
+ },
+ "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==",
+ "path": "swashbuckle.aspnetcore.swaggerui/6.5.0",
+ "hashPath": "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.dll b/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.dll
new file mode 100644
index 0000000..434c25d
Binary files /dev/null and b/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.dll differ
diff --git a/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.exe b/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.exe
new file mode 100644
index 0000000..c6a77b8
Binary files /dev/null and b/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.exe differ
diff --git a/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.pdb b/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.pdb
new file mode 100644
index 0000000..ba2fcac
Binary files /dev/null and b/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.pdb differ
diff --git a/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.runtimeconfig.json b/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.runtimeconfig.json
new file mode 100644
index 0000000..dfb1b77
--- /dev/null
+++ b/wikidata_service/WikiDataTest/bin/Debug/net6.0/WikiDataTest.runtimeconfig.json
@@ -0,0 +1,19 @@
+{
+ "runtimeOptions": {
+ "tfm": "net6.0",
+ "frameworks": [
+ {
+ "name": "Microsoft.NETCore.App",
+ "version": "6.0.0"
+ },
+ {
+ "name": "Microsoft.AspNetCore.App",
+ "version": "6.0.0"
+ }
+ ],
+ "configProperties": {
+ "System.GC.Server": true,
+ "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
+ }
+ }
+}
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/bin/Debug/net6.0/appsettings.Development.json b/wikidata_service/WikiDataTest/bin/Debug/net6.0/appsettings.Development.json
new file mode 100644
index 0000000..0c208ae
--- /dev/null
+++ b/wikidata_service/WikiDataTest/bin/Debug/net6.0/appsettings.Development.json
@@ -0,0 +1,8 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ }
+}
diff --git a/wikidata_service/WikiDataTest/bin/Debug/net6.0/appsettings.json b/wikidata_service/WikiDataTest/bin/Debug/net6.0/appsettings.json
new file mode 100644
index 0000000..10f68b8
--- /dev/null
+++ b/wikidata_service/WikiDataTest/bin/Debug/net6.0/appsettings.json
@@ -0,0 +1,9 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*"
+}
diff --git a/wikidata_service/WikiDataTest/obj/Container/ContainerCreationResult.cache b/wikidata_service/WikiDataTest/obj/Container/ContainerCreationResult.cache
new file mode 100644
index 0000000..e69de29
diff --git a/wikidata_service/WikiDataTest/obj/Container/ContainerDevelopmentMode.cache b/wikidata_service/WikiDataTest/obj/Container/ContainerDevelopmentMode.cache
new file mode 100644
index 0000000..e69de29
diff --git a/wikidata_service/WikiDataTest/obj/Container/ContainerId.cache b/wikidata_service/WikiDataTest/obj/Container/ContainerId.cache
new file mode 100644
index 0000000..e69de29
diff --git a/wikidata_service/WikiDataTest/obj/Container/ContainerName.cache b/wikidata_service/WikiDataTest/obj/Container/ContainerName.cache
new file mode 100644
index 0000000..e69de29
diff --git a/wikidata_service/WikiDataTest/obj/Container/ContainerOperatingSystemFlavor.cache b/wikidata_service/WikiDataTest/obj/Container/ContainerOperatingSystemFlavor.cache
new file mode 100644
index 0000000..c486999
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Container/ContainerOperatingSystemFlavor.cache
@@ -0,0 +1 @@
+Unknown
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/obj/Container/ContainerRunContext.cache b/wikidata_service/WikiDataTest/obj/Container/ContainerRunContext.cache
new file mode 100644
index 0000000..e69de29
diff --git a/wikidata_service/WikiDataTest/obj/Container/OperatingSystemName.cache b/wikidata_service/WikiDataTest/obj/Container/OperatingSystemName.cache
new file mode 100644
index 0000000..1058cb3
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Container/OperatingSystemName.cache
@@ -0,0 +1 @@
+Windows
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/obj/Container/TargetFramework.cache b/wikidata_service/WikiDataTest/obj/Container/TargetFramework.cache
new file mode 100644
index 0000000..8d2863a
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Container/TargetFramework.cache
@@ -0,0 +1 @@
+DotNetCore
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/wikidata_service/WikiDataTest/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..ed92695
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.AssemblyInfo.cs b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.AssemblyInfo.cs
new file mode 100644
index 0000000..b97ef58
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("dc965c48-6b02-4193-ad00-5a708ae03c89")]
+[assembly: System.Reflection.AssemblyCompanyAttribute("WikiDataTest")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3615908aae0994f02c05ea885f2b97950947759a")]
+[assembly: System.Reflection.AssemblyProductAttribute("WikiDataTest")]
+[assembly: System.Reflection.AssemblyTitleAttribute("WikiDataTest")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.AssemblyInfoInputs.cache b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..f8ed74a
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+07f303149347eb8d59f24e2c7a1e8e24e785b4640a01ba3d849f2e5cbb7ee525
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.GeneratedMSBuildEditorConfig.editorconfig b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..e16a2aa
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,19 @@
+is_global = true
+build_property.TargetFramework = net6.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb = true
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = WikiDataTest
+build_property.RootNamespace = WikiDataTest
+build_property.ProjectDir = C:\Users\pedro\OneDrive\Documentos\GitHub\wiq_en3a\wikidata_service\WikiDataTest\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
+build_property.RazorLangVersion = 6.0
+build_property.SupportLocalizedComponentNames =
+build_property.GenerateRazorMetadataSourceChecksumAttributes =
+build_property.MSBuildProjectDirectory = C:\Users\pedro\OneDrive\Documentos\GitHub\wiq_en3a\wikidata_service\WikiDataTest
+build_property._RazorSourceGeneratorDebug =
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.GlobalUsings.g.cs b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.GlobalUsings.g.cs
new file mode 100644
index 0000000..025530a
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.GlobalUsings.g.cs
@@ -0,0 +1,17 @@
+//
+global using global::Microsoft.AspNetCore.Builder;
+global using global::Microsoft.AspNetCore.Hosting;
+global using global::Microsoft.AspNetCore.Http;
+global using global::Microsoft.AspNetCore.Routing;
+global using global::Microsoft.Extensions.Configuration;
+global using global::Microsoft.Extensions.DependencyInjection;
+global using global::Microsoft.Extensions.Hosting;
+global using global::Microsoft.Extensions.Logging;
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Net.Http.Json;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.MvcApplicationPartsAssemblyInfo.cache b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.MvcApplicationPartsAssemblyInfo.cache
new file mode 100644
index 0000000..e69de29
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.MvcApplicationPartsAssemblyInfo.cs b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.MvcApplicationPartsAssemblyInfo.cs
new file mode 100644
index 0000000..cbcb2e3
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.MvcApplicationPartsAssemblyInfo.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//
+// Este código fue generado por una herramienta.
+// Versión de runtime:4.0.30319.42000
+//
+// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
+// se vuelve a generar el código.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
+
+// Generado por la clase WriteCodeFragment de MSBuild.
+
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.assets.cache b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.assets.cache
new file mode 100644
index 0000000..a222ae7
Binary files /dev/null and b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.assets.cache differ
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.AssemblyReference.cache b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..df03b2a
Binary files /dev/null and b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.AssemblyReference.cache differ
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.BuildWithSkipAnalyzers b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.CopyComplete b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.CopyComplete
new file mode 100644
index 0000000..e69de29
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.CoreCompileInputs.cache b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..7f6b378
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+943d0a36dfa03078cbf0e7b99e4c16c46ae71779e0c73de5c0a2d5a65b4bc62e
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.FileListAbsolute.txt b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..908c111
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.csproj.FileListAbsolute.txt
@@ -0,0 +1,33 @@
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\bin\Debug\net6.0\appsettings.Development.json
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\bin\Debug\net6.0\appsettings.json
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\bin\Debug\net6.0\WikiDataTest.exe
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\bin\Debug\net6.0\WikiDataTest.deps.json
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\bin\Debug\net6.0\WikiDataTest.runtimeconfig.json
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\bin\Debug\net6.0\WikiDataTest.dll
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\bin\Debug\net6.0\WikiDataTest.pdb
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\bin\Debug\net6.0\Microsoft.OpenApi.dll
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\bin\Debug\net6.0\Newtonsoft.Json.dll
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\WikiDataTest.csproj.AssemblyReference.cache
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\WikiDataTest.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\WikiDataTest.AssemblyInfoInputs.cache
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\WikiDataTest.AssemblyInfo.cs
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\WikiDataTest.csproj.CoreCompileInputs.cache
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\WikiDataTest.MvcApplicationPartsAssemblyInfo.cs
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\WikiDataTest.MvcApplicationPartsAssemblyInfo.cache
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\staticwebassets.build.json
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\staticwebassets.development.json
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\staticwebassets\msbuild.WikiDataTest.Microsoft.AspNetCore.StaticWebAssets.props
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\staticwebassets\msbuild.build.WikiDataTest.props
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.WikiDataTest.props
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.WikiDataTest.props
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\staticwebassets.pack.json
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\scopedcss\bundle\WikiDataTest.styles.css
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\WikiDataTest.csproj.CopyComplete
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\WikiDataTest.dll
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\refint\WikiDataTest.dll
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\WikiDataTest.pdb
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\WikiDataTest.genruntimeconfig.cache
+C:\Users\User\OneDrive - Universidad de Oviedo\Escritorio\DEMO\WikiDataTest\WikiDataTest\obj\Debug\net6.0\ref\WikiDataTest.dll
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.dll b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.dll
new file mode 100644
index 0000000..434c25d
Binary files /dev/null and b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.dll differ
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.genruntimeconfig.cache b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.genruntimeconfig.cache
new file mode 100644
index 0000000..6efcc04
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.genruntimeconfig.cache
@@ -0,0 +1 @@
+2caa513aa7b51e09258f132460a499d1d810d6ff7ac206e55e628f05d80c244d
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.pdb b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.pdb
new file mode 100644
index 0000000..ba2fcac
Binary files /dev/null and b/wikidata_service/WikiDataTest/obj/Debug/net6.0/WikiDataTest.pdb differ
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/apphost.exe b/wikidata_service/WikiDataTest/obj/Debug/net6.0/apphost.exe
new file mode 100644
index 0000000..b9b4cc0
Binary files /dev/null and b/wikidata_service/WikiDataTest/obj/Debug/net6.0/apphost.exe differ
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/ref/WikiDataTest.dll b/wikidata_service/WikiDataTest/obj/Debug/net6.0/ref/WikiDataTest.dll
new file mode 100644
index 0000000..f88dc04
Binary files /dev/null and b/wikidata_service/WikiDataTest/obj/Debug/net6.0/ref/WikiDataTest.dll differ
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/refint/WikiDataTest.dll b/wikidata_service/WikiDataTest/obj/Debug/net6.0/refint/WikiDataTest.dll
new file mode 100644
index 0000000..f88dc04
Binary files /dev/null and b/wikidata_service/WikiDataTest/obj/Debug/net6.0/refint/WikiDataTest.dll differ
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/staticwebassets.build.json b/wikidata_service/WikiDataTest/obj/Debug/net6.0/staticwebassets.build.json
new file mode 100644
index 0000000..2fa9202
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/staticwebassets.build.json
@@ -0,0 +1,11 @@
+{
+ "Version": 1,
+ "Hash": "ChYi2NcbREe8u7S+4aAKo/BEMhlskyflGMnIrMW67iQ=",
+ "Source": "WikiDataTest",
+ "BasePath": "_content/WikiDataTest",
+ "Mode": "Default",
+ "ManifestType": "Build",
+ "ReferencedProjectsConfiguration": [],
+ "DiscoveryPatterns": [],
+ "Assets": []
+}
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/staticwebassets/msbuild.build.WikiDataTest.props b/wikidata_service/WikiDataTest/obj/Debug/net6.0/staticwebassets/msbuild.build.WikiDataTest.props
new file mode 100644
index 0000000..5a6032a
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/staticwebassets/msbuild.build.WikiDataTest.props
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.WikiDataTest.props b/wikidata_service/WikiDataTest/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.WikiDataTest.props
new file mode 100644
index 0000000..f9be900
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.WikiDataTest.props
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.WikiDataTest.props b/wikidata_service/WikiDataTest/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.WikiDataTest.props
new file mode 100644
index 0000000..a50ab43
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.WikiDataTest.props
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/obj/WikiDataTest.csproj.nuget.dgspec.json b/wikidata_service/WikiDataTest/obj/WikiDataTest.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..b83279b
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/WikiDataTest.csproj.nuget.dgspec.json
@@ -0,0 +1,103 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\pedro\\OneDrive\\Documentos\\GitHub\\wiq_en3a\\wikidata_service\\WikiDataTest\\WikiDataTest.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\pedro\\OneDrive\\Documentos\\GitHub\\wiq_en3a\\wikidata_service\\WikiDataTest\\WikiDataTest.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\pedro\\OneDrive\\Documentos\\GitHub\\wiq_en3a\\wikidata_service\\WikiDataTest\\WikiDataTest.csproj",
+ "projectName": "WikiDataTest",
+ "projectPath": "C:\\Users\\pedro\\OneDrive\\Documentos\\GitHub\\wiq_en3a\\wikidata_service\\WikiDataTest\\WikiDataTest.csproj",
+ "packagesPath": "C:\\Users\\pedro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\pedro\\OneDrive\\Documentos\\GitHub\\wiq_en3a\\wikidata_service\\WikiDataTest\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\pedro\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net6.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0": {
+ "targetAlias": "net6.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net6.0": {
+ "targetAlias": "net6.0",
+ "dependencies": {
+ "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": {
+ "target": "Package",
+ "version": "[1.19.5, )"
+ },
+ "Newtonsoft.Json": {
+ "target": "Package",
+ "version": "[13.0.3, )"
+ },
+ "Swashbuckle.AspNetCore": {
+ "target": "Package",
+ "version": "[6.5.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.AspNetCore.App.Ref",
+ "version": "[6.0.27, 6.0.27]"
+ },
+ {
+ "name": "Microsoft.NETCore.App.Host.win-x64",
+ "version": "[6.0.27, 6.0.27]"
+ },
+ {
+ "name": "Microsoft.NETCore.App.Ref",
+ "version": "[6.0.27, 6.0.27]"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App.Ref",
+ "version": "[6.0.27, 6.0.27]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.AspNetCore.App": {
+ "privateAssets": "none"
+ },
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/obj/WikiDataTest.csproj.nuget.g.props b/wikidata_service/WikiDataTest/obj/WikiDataTest.csproj.nuget.g.props
new file mode 100644
index 0000000..07d39f5
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/WikiDataTest.csproj.nuget.g.props
@@ -0,0 +1,24 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\pedro\.nuget\packages\
+ PackageReference
+ 6.9.1
+
+
+
+
+
+
+
+
+
+
+ C:\Users\pedro\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5
+ C:\Users\pedro\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.19.5
+
+
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/obj/WikiDataTest.csproj.nuget.g.targets b/wikidata_service/WikiDataTest/obj/WikiDataTest.csproj.nuget.g.targets
new file mode 100644
index 0000000..4f73730
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/WikiDataTest.csproj.nuget.g.targets
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/obj/project.assets.json b/wikidata_service/WikiDataTest/obj/project.assets.json
new file mode 100644
index 0000000..5a77282
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/project.assets.json
@@ -0,0 +1,670 @@
+{
+ "version": 3,
+ "targets": {
+ "net6.0": {
+ "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
+ "type": "package",
+ "build": {
+ "build/Microsoft.Extensions.ApiDescription.Server.props": {},
+ "build/Microsoft.Extensions.ApiDescription.Server.targets": {}
+ },
+ "buildMultiTargeting": {
+ "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props": {},
+ "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {}
+ }
+ },
+ "Microsoft.OpenApi/1.2.3": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Microsoft.OpenApi.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.OpenApi.dll": {
+ "related": ".pdb;.xml"
+ }
+ }
+ },
+ "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.19.5": {
+ "type": "package",
+ "build": {
+ "build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props": {},
+ "build/Microsoft.VisualStudio.Azure.Containers.Tools.Targets.targets": {}
+ }
+ },
+ "Newtonsoft.Json/13.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Newtonsoft.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Newtonsoft.Json.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Swashbuckle.AspNetCore/6.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.ApiDescription.Server": "6.0.5",
+ "Swashbuckle.AspNetCore.Swagger": "6.5.0",
+ "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0",
+ "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0"
+ },
+ "build": {
+ "build/Swashbuckle.AspNetCore.props": {}
+ }
+ },
+ "Swashbuckle.AspNetCore.Swagger/6.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.OpenApi": "1.2.3"
+ },
+ "compile": {
+ "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "frameworkReferences": [
+ "Microsoft.AspNetCore.App"
+ ]
+ },
+ "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
+ "type": "package",
+ "dependencies": {
+ "Swashbuckle.AspNetCore.Swagger": "6.5.0"
+ },
+ "compile": {
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
+ "related": ".pdb;.xml"
+ }
+ }
+ },
+ "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "frameworkReferences": [
+ "Microsoft.AspNetCore.App"
+ ]
+ }
+ }
+ },
+ "libraries": {
+ "Microsoft.Extensions.ApiDescription.Server/6.0.5": {
+ "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
+ "type": "package",
+ "path": "microsoft.extensions.apidescription.server/6.0.5",
+ "hasTools": true,
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "build/Microsoft.Extensions.ApiDescription.Server.props",
+ "build/Microsoft.Extensions.ApiDescription.Server.targets",
+ "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props",
+ "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets",
+ "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512",
+ "microsoft.extensions.apidescription.server.nuspec",
+ "tools/Newtonsoft.Json.dll",
+ "tools/dotnet-getdocument.deps.json",
+ "tools/dotnet-getdocument.dll",
+ "tools/dotnet-getdocument.runtimeconfig.json",
+ "tools/net461-x86/GetDocument.Insider.exe",
+ "tools/net461-x86/GetDocument.Insider.exe.config",
+ "tools/net461-x86/Microsoft.Win32.Primitives.dll",
+ "tools/net461-x86/System.AppContext.dll",
+ "tools/net461-x86/System.Buffers.dll",
+ "tools/net461-x86/System.Collections.Concurrent.dll",
+ "tools/net461-x86/System.Collections.NonGeneric.dll",
+ "tools/net461-x86/System.Collections.Specialized.dll",
+ "tools/net461-x86/System.Collections.dll",
+ "tools/net461-x86/System.ComponentModel.EventBasedAsync.dll",
+ "tools/net461-x86/System.ComponentModel.Primitives.dll",
+ "tools/net461-x86/System.ComponentModel.TypeConverter.dll",
+ "tools/net461-x86/System.ComponentModel.dll",
+ "tools/net461-x86/System.Console.dll",
+ "tools/net461-x86/System.Data.Common.dll",
+ "tools/net461-x86/System.Diagnostics.Contracts.dll",
+ "tools/net461-x86/System.Diagnostics.Debug.dll",
+ "tools/net461-x86/System.Diagnostics.DiagnosticSource.dll",
+ "tools/net461-x86/System.Diagnostics.FileVersionInfo.dll",
+ "tools/net461-x86/System.Diagnostics.Process.dll",
+ "tools/net461-x86/System.Diagnostics.StackTrace.dll",
+ "tools/net461-x86/System.Diagnostics.TextWriterTraceListener.dll",
+ "tools/net461-x86/System.Diagnostics.Tools.dll",
+ "tools/net461-x86/System.Diagnostics.TraceSource.dll",
+ "tools/net461-x86/System.Diagnostics.Tracing.dll",
+ "tools/net461-x86/System.Drawing.Primitives.dll",
+ "tools/net461-x86/System.Dynamic.Runtime.dll",
+ "tools/net461-x86/System.Globalization.Calendars.dll",
+ "tools/net461-x86/System.Globalization.Extensions.dll",
+ "tools/net461-x86/System.Globalization.dll",
+ "tools/net461-x86/System.IO.Compression.ZipFile.dll",
+ "tools/net461-x86/System.IO.Compression.dll",
+ "tools/net461-x86/System.IO.FileSystem.DriveInfo.dll",
+ "tools/net461-x86/System.IO.FileSystem.Primitives.dll",
+ "tools/net461-x86/System.IO.FileSystem.Watcher.dll",
+ "tools/net461-x86/System.IO.FileSystem.dll",
+ "tools/net461-x86/System.IO.IsolatedStorage.dll",
+ "tools/net461-x86/System.IO.MemoryMappedFiles.dll",
+ "tools/net461-x86/System.IO.Pipes.dll",
+ "tools/net461-x86/System.IO.UnmanagedMemoryStream.dll",
+ "tools/net461-x86/System.IO.dll",
+ "tools/net461-x86/System.Linq.Expressions.dll",
+ "tools/net461-x86/System.Linq.Parallel.dll",
+ "tools/net461-x86/System.Linq.Queryable.dll",
+ "tools/net461-x86/System.Linq.dll",
+ "tools/net461-x86/System.Memory.dll",
+ "tools/net461-x86/System.Net.Http.dll",
+ "tools/net461-x86/System.Net.NameResolution.dll",
+ "tools/net461-x86/System.Net.NetworkInformation.dll",
+ "tools/net461-x86/System.Net.Ping.dll",
+ "tools/net461-x86/System.Net.Primitives.dll",
+ "tools/net461-x86/System.Net.Requests.dll",
+ "tools/net461-x86/System.Net.Security.dll",
+ "tools/net461-x86/System.Net.Sockets.dll",
+ "tools/net461-x86/System.Net.WebHeaderCollection.dll",
+ "tools/net461-x86/System.Net.WebSockets.Client.dll",
+ "tools/net461-x86/System.Net.WebSockets.dll",
+ "tools/net461-x86/System.Numerics.Vectors.dll",
+ "tools/net461-x86/System.ObjectModel.dll",
+ "tools/net461-x86/System.Reflection.Extensions.dll",
+ "tools/net461-x86/System.Reflection.Primitives.dll",
+ "tools/net461-x86/System.Reflection.dll",
+ "tools/net461-x86/System.Resources.Reader.dll",
+ "tools/net461-x86/System.Resources.ResourceManager.dll",
+ "tools/net461-x86/System.Resources.Writer.dll",
+ "tools/net461-x86/System.Runtime.CompilerServices.Unsafe.dll",
+ "tools/net461-x86/System.Runtime.CompilerServices.VisualC.dll",
+ "tools/net461-x86/System.Runtime.Extensions.dll",
+ "tools/net461-x86/System.Runtime.Handles.dll",
+ "tools/net461-x86/System.Runtime.InteropServices.RuntimeInformation.dll",
+ "tools/net461-x86/System.Runtime.InteropServices.dll",
+ "tools/net461-x86/System.Runtime.Numerics.dll",
+ "tools/net461-x86/System.Runtime.Serialization.Formatters.dll",
+ "tools/net461-x86/System.Runtime.Serialization.Json.dll",
+ "tools/net461-x86/System.Runtime.Serialization.Primitives.dll",
+ "tools/net461-x86/System.Runtime.Serialization.Xml.dll",
+ "tools/net461-x86/System.Runtime.dll",
+ "tools/net461-x86/System.Security.Claims.dll",
+ "tools/net461-x86/System.Security.Cryptography.Algorithms.dll",
+ "tools/net461-x86/System.Security.Cryptography.Csp.dll",
+ "tools/net461-x86/System.Security.Cryptography.Encoding.dll",
+ "tools/net461-x86/System.Security.Cryptography.Primitives.dll",
+ "tools/net461-x86/System.Security.Cryptography.X509Certificates.dll",
+ "tools/net461-x86/System.Security.Principal.dll",
+ "tools/net461-x86/System.Security.SecureString.dll",
+ "tools/net461-x86/System.Text.Encoding.Extensions.dll",
+ "tools/net461-x86/System.Text.Encoding.dll",
+ "tools/net461-x86/System.Text.RegularExpressions.dll",
+ "tools/net461-x86/System.Threading.Overlapped.dll",
+ "tools/net461-x86/System.Threading.Tasks.Parallel.dll",
+ "tools/net461-x86/System.Threading.Tasks.dll",
+ "tools/net461-x86/System.Threading.Thread.dll",
+ "tools/net461-x86/System.Threading.ThreadPool.dll",
+ "tools/net461-x86/System.Threading.Timer.dll",
+ "tools/net461-x86/System.Threading.dll",
+ "tools/net461-x86/System.ValueTuple.dll",
+ "tools/net461-x86/System.Xml.ReaderWriter.dll",
+ "tools/net461-x86/System.Xml.XDocument.dll",
+ "tools/net461-x86/System.Xml.XPath.XDocument.dll",
+ "tools/net461-x86/System.Xml.XPath.dll",
+ "tools/net461-x86/System.Xml.XmlDocument.dll",
+ "tools/net461-x86/System.Xml.XmlSerializer.dll",
+ "tools/net461-x86/netstandard.dll",
+ "tools/net461/GetDocument.Insider.exe",
+ "tools/net461/GetDocument.Insider.exe.config",
+ "tools/net461/Microsoft.Win32.Primitives.dll",
+ "tools/net461/System.AppContext.dll",
+ "tools/net461/System.Buffers.dll",
+ "tools/net461/System.Collections.Concurrent.dll",
+ "tools/net461/System.Collections.NonGeneric.dll",
+ "tools/net461/System.Collections.Specialized.dll",
+ "tools/net461/System.Collections.dll",
+ "tools/net461/System.ComponentModel.EventBasedAsync.dll",
+ "tools/net461/System.ComponentModel.Primitives.dll",
+ "tools/net461/System.ComponentModel.TypeConverter.dll",
+ "tools/net461/System.ComponentModel.dll",
+ "tools/net461/System.Console.dll",
+ "tools/net461/System.Data.Common.dll",
+ "tools/net461/System.Diagnostics.Contracts.dll",
+ "tools/net461/System.Diagnostics.Debug.dll",
+ "tools/net461/System.Diagnostics.DiagnosticSource.dll",
+ "tools/net461/System.Diagnostics.FileVersionInfo.dll",
+ "tools/net461/System.Diagnostics.Process.dll",
+ "tools/net461/System.Diagnostics.StackTrace.dll",
+ "tools/net461/System.Diagnostics.TextWriterTraceListener.dll",
+ "tools/net461/System.Diagnostics.Tools.dll",
+ "tools/net461/System.Diagnostics.TraceSource.dll",
+ "tools/net461/System.Diagnostics.Tracing.dll",
+ "tools/net461/System.Drawing.Primitives.dll",
+ "tools/net461/System.Dynamic.Runtime.dll",
+ "tools/net461/System.Globalization.Calendars.dll",
+ "tools/net461/System.Globalization.Extensions.dll",
+ "tools/net461/System.Globalization.dll",
+ "tools/net461/System.IO.Compression.ZipFile.dll",
+ "tools/net461/System.IO.Compression.dll",
+ "tools/net461/System.IO.FileSystem.DriveInfo.dll",
+ "tools/net461/System.IO.FileSystem.Primitives.dll",
+ "tools/net461/System.IO.FileSystem.Watcher.dll",
+ "tools/net461/System.IO.FileSystem.dll",
+ "tools/net461/System.IO.IsolatedStorage.dll",
+ "tools/net461/System.IO.MemoryMappedFiles.dll",
+ "tools/net461/System.IO.Pipes.dll",
+ "tools/net461/System.IO.UnmanagedMemoryStream.dll",
+ "tools/net461/System.IO.dll",
+ "tools/net461/System.Linq.Expressions.dll",
+ "tools/net461/System.Linq.Parallel.dll",
+ "tools/net461/System.Linq.Queryable.dll",
+ "tools/net461/System.Linq.dll",
+ "tools/net461/System.Memory.dll",
+ "tools/net461/System.Net.Http.dll",
+ "tools/net461/System.Net.NameResolution.dll",
+ "tools/net461/System.Net.NetworkInformation.dll",
+ "tools/net461/System.Net.Ping.dll",
+ "tools/net461/System.Net.Primitives.dll",
+ "tools/net461/System.Net.Requests.dll",
+ "tools/net461/System.Net.Security.dll",
+ "tools/net461/System.Net.Sockets.dll",
+ "tools/net461/System.Net.WebHeaderCollection.dll",
+ "tools/net461/System.Net.WebSockets.Client.dll",
+ "tools/net461/System.Net.WebSockets.dll",
+ "tools/net461/System.Numerics.Vectors.dll",
+ "tools/net461/System.ObjectModel.dll",
+ "tools/net461/System.Reflection.Extensions.dll",
+ "tools/net461/System.Reflection.Primitives.dll",
+ "tools/net461/System.Reflection.dll",
+ "tools/net461/System.Resources.Reader.dll",
+ "tools/net461/System.Resources.ResourceManager.dll",
+ "tools/net461/System.Resources.Writer.dll",
+ "tools/net461/System.Runtime.CompilerServices.Unsafe.dll",
+ "tools/net461/System.Runtime.CompilerServices.VisualC.dll",
+ "tools/net461/System.Runtime.Extensions.dll",
+ "tools/net461/System.Runtime.Handles.dll",
+ "tools/net461/System.Runtime.InteropServices.RuntimeInformation.dll",
+ "tools/net461/System.Runtime.InteropServices.dll",
+ "tools/net461/System.Runtime.Numerics.dll",
+ "tools/net461/System.Runtime.Serialization.Formatters.dll",
+ "tools/net461/System.Runtime.Serialization.Json.dll",
+ "tools/net461/System.Runtime.Serialization.Primitives.dll",
+ "tools/net461/System.Runtime.Serialization.Xml.dll",
+ "tools/net461/System.Runtime.dll",
+ "tools/net461/System.Security.Claims.dll",
+ "tools/net461/System.Security.Cryptography.Algorithms.dll",
+ "tools/net461/System.Security.Cryptography.Csp.dll",
+ "tools/net461/System.Security.Cryptography.Encoding.dll",
+ "tools/net461/System.Security.Cryptography.Primitives.dll",
+ "tools/net461/System.Security.Cryptography.X509Certificates.dll",
+ "tools/net461/System.Security.Principal.dll",
+ "tools/net461/System.Security.SecureString.dll",
+ "tools/net461/System.Text.Encoding.Extensions.dll",
+ "tools/net461/System.Text.Encoding.dll",
+ "tools/net461/System.Text.RegularExpressions.dll",
+ "tools/net461/System.Threading.Overlapped.dll",
+ "tools/net461/System.Threading.Tasks.Parallel.dll",
+ "tools/net461/System.Threading.Tasks.dll",
+ "tools/net461/System.Threading.Thread.dll",
+ "tools/net461/System.Threading.ThreadPool.dll",
+ "tools/net461/System.Threading.Timer.dll",
+ "tools/net461/System.Threading.dll",
+ "tools/net461/System.ValueTuple.dll",
+ "tools/net461/System.Xml.ReaderWriter.dll",
+ "tools/net461/System.Xml.XDocument.dll",
+ "tools/net461/System.Xml.XPath.XDocument.dll",
+ "tools/net461/System.Xml.XPath.dll",
+ "tools/net461/System.Xml.XmlDocument.dll",
+ "tools/net461/System.Xml.XmlSerializer.dll",
+ "tools/net461/netstandard.dll",
+ "tools/netcoreapp2.1/GetDocument.Insider.deps.json",
+ "tools/netcoreapp2.1/GetDocument.Insider.dll",
+ "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json",
+ "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll"
+ ]
+ },
+ "Microsoft.OpenApi/1.2.3": {
+ "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==",
+ "type": "package",
+ "path": "microsoft.openapi/1.2.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net46/Microsoft.OpenApi.dll",
+ "lib/net46/Microsoft.OpenApi.pdb",
+ "lib/net46/Microsoft.OpenApi.xml",
+ "lib/netstandard2.0/Microsoft.OpenApi.dll",
+ "lib/netstandard2.0/Microsoft.OpenApi.pdb",
+ "lib/netstandard2.0/Microsoft.OpenApi.xml",
+ "microsoft.openapi.1.2.3.nupkg.sha512",
+ "microsoft.openapi.nuspec"
+ ]
+ },
+ "Microsoft.VisualStudio.Azure.Containers.Tools.Targets/1.19.5": {
+ "sha512": "Kaa1rBZdJFq5A0qgAcl6Bmk/UqLXTq9acEqxUlPEBA8oscmakLfkvuSXfG7Wa9t1/keaT85EuuDNgOo+Z9VYOQ==",
+ "type": "package",
+ "path": "microsoft.visualstudio.azure.containers.tools.targets/1.19.5",
+ "hasTools": true,
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "CHANGELOG.md",
+ "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.19.5.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/System.Security.Principal.Windows.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.3": {
+ "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
+ "type": "package",
+ "path": "newtonsoft.json/13.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "README.md",
+ "lib/net20/Newtonsoft.Json.dll",
+ "lib/net20/Newtonsoft.Json.xml",
+ "lib/net35/Newtonsoft.Json.dll",
+ "lib/net35/Newtonsoft.Json.xml",
+ "lib/net40/Newtonsoft.Json.dll",
+ "lib/net40/Newtonsoft.Json.xml",
+ "lib/net45/Newtonsoft.Json.dll",
+ "lib/net45/Newtonsoft.Json.xml",
+ "lib/net6.0/Newtonsoft.Json.dll",
+ "lib/net6.0/Newtonsoft.Json.xml",
+ "lib/netstandard1.0/Newtonsoft.Json.dll",
+ "lib/netstandard1.0/Newtonsoft.Json.xml",
+ "lib/netstandard1.3/Newtonsoft.Json.dll",
+ "lib/netstandard1.3/Newtonsoft.Json.xml",
+ "lib/netstandard2.0/Newtonsoft.Json.dll",
+ "lib/netstandard2.0/Newtonsoft.Json.xml",
+ "newtonsoft.json.13.0.3.nupkg.sha512",
+ "newtonsoft.json.nuspec",
+ "packageIcon.png"
+ ]
+ },
+ "Swashbuckle.AspNetCore/6.5.0": {
+ "sha512": "FK05XokgjgwlCI6wCT+D4/abtQkL1X1/B9Oas6uIwHFmYrIO9WUD5aLC9IzMs9GnHfUXOtXZ2S43gN1mhs5+aA==",
+ "type": "package",
+ "path": "swashbuckle.aspnetcore/6.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "build/Swashbuckle.AspNetCore.props",
+ "swashbuckle.aspnetcore.6.5.0.nupkg.sha512",
+ "swashbuckle.aspnetcore.nuspec"
+ ]
+ },
+ "Swashbuckle.AspNetCore.Swagger/6.5.0": {
+ "sha512": "XWmCmqyFmoItXKFsQSwQbEAsjDKcxlNf1l+/Ki42hcb6LjKL8m5Db69OTvz5vLonMSRntYO1XLqz0OP+n3vKnA==",
+ "type": "package",
+ "path": "swashbuckle.aspnetcore.swagger/6.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll",
+ "lib/net5.0/Swashbuckle.AspNetCore.Swagger.pdb",
+ "lib/net5.0/Swashbuckle.AspNetCore.Swagger.xml",
+ "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll",
+ "lib/net6.0/Swashbuckle.AspNetCore.Swagger.pdb",
+ "lib/net6.0/Swashbuckle.AspNetCore.Swagger.xml",
+ "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll",
+ "lib/net7.0/Swashbuckle.AspNetCore.Swagger.pdb",
+ "lib/net7.0/Swashbuckle.AspNetCore.Swagger.xml",
+ "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll",
+ "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.pdb",
+ "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.xml",
+ "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll",
+ "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb",
+ "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml",
+ "swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512",
+ "swashbuckle.aspnetcore.swagger.nuspec"
+ ]
+ },
+ "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": {
+ "sha512": "Y/qW8Qdg9OEs7V013tt+94OdPxbRdbhcEbw4NiwGvf4YBcfhL/y7qp/Mjv/cENsQ2L3NqJ2AOu94weBy/h4KvA==",
+ "type": "package",
+ "path": "swashbuckle.aspnetcore.swaggergen/6.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
+ "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
+ "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
+ "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
+ "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
+ "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
+ "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
+ "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
+ "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
+ "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll",
+ "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb",
+ "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml",
+ "swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512",
+ "swashbuckle.aspnetcore.swaggergen.nuspec"
+ ]
+ },
+ "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": {
+ "sha512": "OvbvxX+wL8skxTBttcBsVxdh73Fag4xwqEU2edh4JMn7Ws/xJHnY/JB1e9RoCb6XpDxUF3hD9A0Z1lEUx40Pfw==",
+ "type": "package",
+ "path": "swashbuckle.aspnetcore.swaggerui/6.5.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
+ "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
+ "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
+ "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
+ "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
+ "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
+ "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
+ "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
+ "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
+ "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
+ "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll",
+ "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb",
+ "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml",
+ "swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512",
+ "swashbuckle.aspnetcore.swaggerui.nuspec"
+ ]
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net6.0": [
+ "Microsoft.VisualStudio.Azure.Containers.Tools.Targets >= 1.19.5",
+ "Newtonsoft.Json >= 13.0.3",
+ "Swashbuckle.AspNetCore >= 6.5.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\pedro\\.nuget\\packages\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\pedro\\OneDrive\\Documentos\\GitHub\\wiq_en3a\\wikidata_service\\WikiDataTest\\WikiDataTest.csproj",
+ "projectName": "WikiDataTest",
+ "projectPath": "C:\\Users\\pedro\\OneDrive\\Documentos\\GitHub\\wiq_en3a\\wikidata_service\\WikiDataTest\\WikiDataTest.csproj",
+ "packagesPath": "C:\\Users\\pedro\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\pedro\\OneDrive\\Documentos\\GitHub\\wiq_en3a\\wikidata_service\\WikiDataTest\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\pedro\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net6.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0": {
+ "targetAlias": "net6.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net6.0": {
+ "targetAlias": "net6.0",
+ "dependencies": {
+ "Microsoft.VisualStudio.Azure.Containers.Tools.Targets": {
+ "target": "Package",
+ "version": "[1.19.5, )"
+ },
+ "Newtonsoft.Json": {
+ "target": "Package",
+ "version": "[13.0.3, )"
+ },
+ "Swashbuckle.AspNetCore": {
+ "target": "Package",
+ "version": "[6.5.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.AspNetCore.App.Ref",
+ "version": "[6.0.27, 6.0.27]"
+ },
+ {
+ "name": "Microsoft.NETCore.App.Host.win-x64",
+ "version": "[6.0.27, 6.0.27]"
+ },
+ {
+ "name": "Microsoft.NETCore.App.Ref",
+ "version": "[6.0.27, 6.0.27]"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App.Ref",
+ "version": "[6.0.27, 6.0.27]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.AspNetCore.App": {
+ "privateAssets": "none"
+ },
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.200\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/wikidata_service/WikiDataTest/obj/project.nuget.cache b/wikidata_service/WikiDataTest/obj/project.nuget.cache
new file mode 100644
index 0000000..f9b82f2
--- /dev/null
+++ b/wikidata_service/WikiDataTest/obj/project.nuget.cache
@@ -0,0 +1,21 @@
+{
+ "version": 2,
+ "dgSpecHash": "U+Z2MDHsBEjA7v91F4myLDgZYVPrL2DtsxaXBO1QjhmDQhl3vCx9Hz46YEz+hVvdyQPdVt040p6tbNlZIaqeMQ==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\pedro\\OneDrive\\Documentos\\GitHub\\wiq_en3a\\wikidata_service\\WikiDataTest\\WikiDataTest.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\pedro\\.nuget\\packages\\microsoft.extensions.apidescription.server\\6.0.5\\microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512",
+ "C:\\Users\\pedro\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512",
+ "C:\\Users\\pedro\\.nuget\\packages\\microsoft.visualstudio.azure.containers.tools.targets\\1.19.5\\microsoft.visualstudio.azure.containers.tools.targets.1.19.5.nupkg.sha512",
+ "C:\\Users\\pedro\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512",
+ "C:\\Users\\pedro\\.nuget\\packages\\swashbuckle.aspnetcore\\6.5.0\\swashbuckle.aspnetcore.6.5.0.nupkg.sha512",
+ "C:\\Users\\pedro\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.5.0\\swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512",
+ "C:\\Users\\pedro\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.5.0\\swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512",
+ "C:\\Users\\pedro\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.5.0\\swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512",
+ "C:\\Users\\pedro\\.nuget\\packages\\microsoft.netcore.app.ref\\6.0.27\\microsoft.netcore.app.ref.6.0.27.nupkg.sha512",
+ "C:\\Users\\pedro\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\6.0.27\\microsoft.windowsdesktop.app.ref.6.0.27.nupkg.sha512",
+ "C:\\Users\\pedro\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\6.0.27\\microsoft.aspnetcore.app.ref.6.0.27.nupkg.sha512",
+ "C:\\Users\\pedro\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\6.0.27\\microsoft.netcore.app.host.win-x64.6.0.27.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file