Udpate .gitignore and rename to Serverless
This commit is contained in:
Родитель
8554827631
Коммит
bcb63c0cba
|
@ -80,8 +80,737 @@ dist
|
|||
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
|
||||
################################################################################
|
||||
|
||||
/ServerLessLibrary/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml.user
|
||||
/ServerLessLibrary/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml
|
||||
/ServerLessLibrary/appsettings.json
|
||||
/ServerLessLibraryFunctionApp/Properties/PublishProfiles/SLFunctionAppTest - Web Deploy.pubxml
|
||||
/ServerlessLibrary/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml.user
|
||||
/ServerlessLibrary/Properties/PublishProfiles/ServerLessLibraryTest - Web Deploy.pubxml
|
||||
/ServerlessLibrary/appsettings.json
|
||||
/ServerlessLibraryFunctionApp/Properties/PublishProfiles/SLFunctionAppTest - Web Deploy.pubxml
|
||||
/.vs
|
||||
|
||||
|
||||
# Created by https://www.gitignore.io/api/aspnetcore,visualstudio
|
||||
|
||||
### ASPNETCore ###
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
|
||||
# Visual Studio 2015 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUNIT
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# DNX
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_i.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# JustCode is a .NET coding add-in
|
||||
.JustCode
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# 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
|
||||
# TODO: 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
|
||||
**/packages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/packages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/packages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignoreable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
|
||||
# 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
|
||||
node_modules/
|
||||
orleans.codegen.cs
|
||||
|
||||
# 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
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
# CodeRush
|
||||
.cr/
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Cake - Uncomment if you are using it
|
||||
# tools/
|
||||
|
||||
### VisualStudio ###
|
||||
## 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
|
||||
|
||||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
|
||||
# Build results
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
# 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
|
||||
|
||||
# NUNIT
|
||||
|
||||
# Build Results of an ATL Project
|
||||
|
||||
# Benchmark Results
|
||||
BenchmarkDotNet.Artifacts/
|
||||
|
||||
# .NET Core
|
||||
|
||||
# StyleCop
|
||||
StyleCopReport.xml
|
||||
|
||||
# Files built by Visual Studio
|
||||
*_h.h
|
||||
*.iobj
|
||||
*.ipdb
|
||||
|
||||
# Chutzpah Test files
|
||||
|
||||
# Visual C++ cache files
|
||||
|
||||
# Visual Studio profiler
|
||||
|
||||
# Visual Studio Trace Files
|
||||
*.e2e
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
|
||||
# JustCode is a .NET coding add-in
|
||||
|
||||
# TeamCity is a build add-in
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
|
||||
# AxoCover is a Code Coverage Tool
|
||||
.axoCover/*
|
||||
!.axoCover/settings.json
|
||||
|
||||
# Visual Studio code coverage results
|
||||
|
||||
# NCrunch
|
||||
|
||||
# MightyMoose
|
||||
|
||||
# Web workbench (sass)
|
||||
|
||||
# Installshield output folder
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
|
||||
# Click-Once directory
|
||||
|
||||
# Publish Web Output
|
||||
# Note: Comment the next line if you want to checkin your web deploy settings,
|
||||
# but database connection strings (with potential passwords) will be unencrypted
|
||||
|
||||
# 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
|
||||
|
||||
# NuGet Packages
|
||||
# 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
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
|
||||
# Windows Store app package directories and files
|
||||
*.appx
|
||||
|
||||
# Visual Studio cache files
|
||||
# files ending in .cache can be ignored
|
||||
# but keep track of directories ending in .cache
|
||||
|
||||
# Others
|
||||
|
||||
# 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
|
||||
|
||||
# Backup & report files from converting an old project file
|
||||
# to a newer Visual Studio version. Backup files are not needed,
|
||||
# because we have git ;-)
|
||||
ServiceFabricBackup/
|
||||
*.rptproj.bak
|
||||
|
||||
# SQL Server files
|
||||
*.ndf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rptproj.rsuser
|
||||
|
||||
# Microsoft Fakes
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
|
||||
# Visual Studio 6 build log
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
|
||||
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
|
||||
*.vbw
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
|
||||
# Paket dependency manager
|
||||
|
||||
# FAKE - F# Make
|
||||
|
||||
# JetBrains Rider
|
||||
|
||||
# CodeRush
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
|
||||
# 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/
|
||||
|
||||
|
||||
# End of https://www.gitignore.io/api/aspnetcore,visualstudio
|
||||
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
|
||||
# Azure Functions localsettings file
|
||||
local.settings.json
|
||||
|
||||
# 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 cache/options directory
|
||||
.vs/
|
||||
# Uncomment if you have tasks that create the project's static files in wwwroot
|
||||
#wwwroot/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# NUNIT
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
|
||||
# Build Results of an ATL Project
|
||||
[Dd]ebugPS/
|
||||
[Rr]eleasePS/
|
||||
dlldata.c
|
||||
|
||||
# DNX
|
||||
project.lock.json
|
||||
project.fragment.lock.json
|
||||
artifacts/
|
||||
|
||||
*_i.c
|
||||
*_p.c
|
||||
*_i.h
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.svclog
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
*.VC.db
|
||||
*.VC.VC.opendb
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
*.sap
|
||||
|
||||
# TFS 2012 Local Workspace
|
||||
$tf/
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
*.DotSettings.user
|
||||
|
||||
# JustCode is a .NET coding add-in
|
||||
.JustCode
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# NCrunch
|
||||
_NCrunch_*
|
||||
.*crunch*.local.xml
|
||||
nCrunchTemp_*
|
||||
|
||||
# MightyMoose
|
||||
*.mm.*
|
||||
AutoTest.Net/
|
||||
|
||||
# Web workbench (sass)
|
||||
.sass-cache/
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.[Pp]ublish.xml
|
||||
*.azurePubxml
|
||||
# TODO: 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
|
||||
**/packages/*
|
||||
# except build/, which is used as an MSBuild target.
|
||||
!**/packages/build/
|
||||
# Uncomment if necessary however generally it will be regenerated when needed
|
||||
#!**/packages/repositories.config
|
||||
# NuGet v3's project.json files produces more ignoreable files
|
||||
*.nuget.props
|
||||
*.nuget.targets
|
||||
|
||||
# Microsoft Azure Build Output
|
||||
csx/
|
||||
*.build.csdef
|
||||
|
||||
# Microsoft Azure Emulator
|
||||
ecf/
|
||||
rcf/
|
||||
|
||||
# Windows Store app package directories and files
|
||||
AppPackages/
|
||||
BundleArtifacts/
|
||||
Package.StoreAssociation.xml
|
||||
_pkginfo.txt
|
||||
|
||||
# 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
|
||||
node_modules/
|
||||
orleans.codegen.cs
|
||||
|
||||
# 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
|
||||
|
||||
# SQL Server files
|
||||
*.mdf
|
||||
*.ldf
|
||||
|
||||
# Business Intelligence projects
|
||||
*.rdl.data
|
||||
*.bim.layout
|
||||
*.bim_*.settings
|
||||
|
||||
# Microsoft Fakes
|
||||
FakesAssemblies/
|
||||
|
||||
# GhostDoc plugin setting file
|
||||
*.GhostDoc.xml
|
||||
|
||||
# Node.js Tools for Visual Studio
|
||||
.ntvs_analysis.dat
|
||||
|
||||
# Visual Studio 6 build log
|
||||
*.plg
|
||||
|
||||
# Visual Studio 6 workspace options file
|
||||
*.opt
|
||||
|
||||
# Visual Studio LightSwitch build output
|
||||
**/*.HTMLClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/GeneratedArtifacts
|
||||
**/*.DesktopClient/ModelManifest.xml
|
||||
**/*.Server/GeneratedArtifacts
|
||||
**/*.Server/ModelManifest.xml
|
||||
_Pvt_Extensions
|
||||
|
||||
# Paket dependency manager
|
||||
.paket/paket.exe
|
||||
paket-files/
|
||||
|
||||
# FAKE - F# Make
|
||||
.fake/
|
||||
|
||||
# JetBrains Rider
|
||||
.idea/
|
||||
*.sln.iml
|
||||
|
||||
# CodeRush
|
||||
.cr/
|
||||
|
||||
# Python Tools for Visual Studio (PTVS)
|
||||
__pycache__/
|
||||
*.pyc
|
|
@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.27428.2037
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerLessLibraryFunctionApp", "ServerLessLibraryFunctionApp\ServerLessLibraryFunctionApp.csproj", "{95E9DC49-8B38-4D2C-95AD-1BD261A1CBF0}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessLibraryFunctionApp", "ServerlessLibraryFunctionApp\ServerlessLibraryFunctionApp.csproj", "{95E9DC49-8B38-4D2C-95AD-1BD261A1CBF0}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerLessLibraryAPI", "ServerLessLibraryAPI\ServerLessLibraryAPI.csproj", "{9DB5E7FD-1720-4FEC-B6BF-E91BCA659A54}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerlessLibraryAPI", "ServerlessLibraryAPI\ServerlessLibraryAPI.csproj", "{9DB5E7FD-1720-4FEC-B6BF-E91BCA659A54}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"version": 1,
|
||||
"dgSpecHash": "dJrsUDPIze7olLjikMVon38ZUjJfY+VBSL0Si9tmQrW/y3N9QW9vTa9YW/c+Rl5aWBF+btqTCfar2rMOV0nLPg==",
|
||||
"success": true
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\fashaikh\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">4.7.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,58 +0,0 @@
|
|||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v2.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
".NETCoreApp,Version=v2.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\fashaikh\\.nuget\\packages\\": {},
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Repos\\ServerLessLibrary\\ServerLessLibrary\\ServerLessLibrary.csproj",
|
||||
"projectName": "ServerLessLibrary",
|
||||
"projectPath": "C:\\Repos\\ServerLessLibrary\\ServerLessLibrary\\ServerLessLibrary.csproj",
|
||||
"packagesPath": "C:\\Users\\fashaikh\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Repos\\ServerLessLibrary\\ServerLessLibrary\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
],
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\fashaikh\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"netcoreapp2.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp2.0": {
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp2.0": {
|
||||
"imports": [
|
||||
"net461"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -7,7 +7,7 @@ using System.Linq;
|
|||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ServerLessLibrary
|
||||
namespace ServerlessLibrary
|
||||
{
|
||||
public interface ICacheService {
|
||||
List<LibraryItem> GetCachedItems();
|
||||
|
@ -26,9 +26,9 @@ namespace ServerLessLibrary
|
|||
}
|
||||
private void InitTimer()
|
||||
{
|
||||
_cache.Set<LibraryItemsResult>(ServerLessLibrarySettings.CACHE_ENTRY, new LibraryItemsResult() { Result = new List<LibraryItem>(), IsBusy = true });
|
||||
_cache.Set<LibraryItemsResult>(ServerlessLibrarySettings.CACHE_ENTRY, new LibraryItemsResult() { Result = new List<LibraryItem>(), IsBusy = true });
|
||||
|
||||
Timer = new Timer(TimerTickAsync, null, 1000, ServerLessLibrarySettings.SLCacheRefreshIntervalInSeconds * 1000);
|
||||
Timer = new Timer(TimerTickAsync, null, 1000, ServerlessLibrarySettings.SLCacheRefreshIntervalInSeconds * 1000);
|
||||
}
|
||||
|
||||
public Task LoadingTask = Task.CompletedTask;
|
||||
|
@ -36,7 +36,7 @@ namespace ServerLessLibrary
|
|||
public bool LoadingBusy = false;
|
||||
|
||||
public List<LibraryItem> GetCachedItems() {
|
||||
return _cache.Get<LibraryItemsResult>(ServerLessLibrarySettings.CACHE_ENTRY).Result;
|
||||
return _cache.Get<LibraryItemsResult>(ServerlessLibrarySettings.CACHE_ENTRY).Result;
|
||||
}
|
||||
private async void TimerTickAsync(object state)
|
||||
{
|
||||
|
@ -61,7 +61,7 @@ namespace ServerLessLibrary
|
|||
try
|
||||
{
|
||||
var items = await ConstructCache();
|
||||
_cache.Set<LibraryItemsResult>(ServerLessLibrarySettings.CACHE_ENTRY, new LibraryItemsResult() { Result = items, IsBusy = false });
|
||||
_cache.Set<LibraryItemsResult>(ServerlessLibrarySettings.CACHE_ENTRY, new LibraryItemsResult() { Result = items, IsBusy = false });
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@ using System.Net;
|
|||
|
||||
// For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
|
||||
|
||||
namespace ServerLessLibrary
|
||||
namespace ServerlessLibrary
|
||||
{
|
||||
[Produces("application/json")]
|
||||
[Route("api/[controller]")]
|
||||
|
|
|
@ -4,7 +4,7 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ServerLessLibrary
|
||||
namespace ServerlessLibrary
|
||||
{
|
||||
public class LibraryItem
|
||||
{
|
||||
|
|
|
@ -8,7 +8,7 @@ using Microsoft.AspNetCore.Hosting;
|
|||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace ServerLessLibrary
|
||||
namespace ServerlessLibrary
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
||||
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||||
<PublishProvider>FileSystem</PublishProvider>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish />
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
<ExcludeApp_Data>False</ExcludeApp_Data>
|
||||
<ProjectGuid>7b72620e-cf16-45f6-84cf-2fc4ab8bdaf7</ProjectGuid>
|
||||
<publishUrl>bin\Release\netcoreapp2.0\publish\</publishUrl>
|
||||
<DeleteExistingFiles>False</DeleteExistingFiles>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
||||
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<TimeStampOfAssociatedLegacyPublishXmlFile />
|
||||
<_PublishTargetUrl>C:\Repos\ServerLessLibrary\ServerLessLibraryAPI\bin\Release\netcoreapp2.0\publish\</_PublishTargetUrl>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,28 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
||||
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<WebPublishMethod>MSDeploy</WebPublishMethod>
|
||||
<ResourceId>/subscriptions/7c1b7bab-00b2-4cb7-924e-205c4f411810/resourcegroups/serverlesslibrary/providers/Microsoft.Web/sites/ServerLessLibraryTest</ResourceId>
|
||||
<ResourceGroup>serverlesslibrary</ResourceGroup>
|
||||
<PublishProvider>AzureWebSite</PublishProvider>
|
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||
<SiteUrlToLaunchAfterPublish>http://serverlesslibrarytest.azurewebsites.net</SiteUrlToLaunchAfterPublish>
|
||||
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||
<ExcludeApp_Data>False</ExcludeApp_Data>
|
||||
<ProjectGuid>7b72620e-cf16-45f6-84cf-2fc4ab8bdaf7</ProjectGuid>
|
||||
<MSDeployServiceURL>serverlesslibrarytest.scm.azurewebsites.net:443</MSDeployServiceURL>
|
||||
<DeployIisAppPath>ServerLessLibraryTest</DeployIisAppPath>
|
||||
<RemoteSitePhysicalPath />
|
||||
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
|
||||
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
|
||||
<EnableMSDeployBackup>True</EnableMSDeployBackup>
|
||||
<UserName>$ServerLessLibraryTest</UserName>
|
||||
<_SavePWD>True</_SavePWD>
|
||||
<_DestinationType>AzureWebSite</_DestinationType>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
||||
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<TimeStampOfAssociatedLegacyPublishXmlFile />
|
||||
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA37LXjvRRM0mDj/xVO5cMFAAAAAACAAAAAAADZgAAwAAAABAAAADRHiBZ4djHfEh/jtojk8QnAAAAAASAAACgAAAAEAAAAOVFwNCp9fo67FJPd1QgQySAAAAAw2JN8MyZ8ctSZ+DJNWXc+ef7xMcTrQ/bIqYEWHeE6FnQKXjuitfuw/hsMp1wsMAQBhCjkM1Yw8DYWXAWN0B4tF+WbYeYneO8jBqsGiFj1YQ15Mt0RMKUC0c4BLTLQ6PYEDNinwTlc56+6wj7uQeV2201RakwyfGBfXcvwCfRXA4UAAAA8R/6gxgEBu3lrLCqp9NwBQIR0Kk=</EncryptedPassword>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
<ApplicationInsightsResourceId>/subscriptions/7c1b7bab-00b2-4cb7-924e-205c4f411810/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/ServerLessLibrary</ApplicationInsightsResourceId>
|
||||
<ApplicationInsightsAnnotationResourceId>/subscriptions/7c1b7bab-00b2-4cb7-924e-205c4f411810/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/ServerLessLibrary</ApplicationInsightsAnnotationResourceId>
|
||||
<ApplicationInsightsResourceId>/subscriptions/7c1b7bab-00b2-4cb7-924e-205c4f411810/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/ServerlessLibrary</ApplicationInsightsResourceId>
|
||||
<ApplicationInsightsAnnotationResourceId>/subscriptions/7c1b7bab-00b2-4cb7-924e-205c4f411810/resourcegroups/Default-ApplicationInsights-EastUS/providers/microsoft.insights/components/ServerlessLibrary</ApplicationInsightsAnnotationResourceId>
|
||||
<Company>Microsoft</Company>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
|
||||
<ShowAllFiles>true</ShowAllFiles>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -5,9 +5,9 @@ using System.Linq;
|
|||
using System.Runtime.CompilerServices;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ServerLessLibrary
|
||||
namespace ServerlessLibrary
|
||||
{
|
||||
public static class ServerLessLibrarySettings
|
||||
public static class ServerlessLibrarySettings
|
||||
{
|
||||
private static string config(string @default = null, [CallerMemberName] string key = null)
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@ using Swashbuckle.AspNetCore.Swagger;
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
|
||||
namespace ServerLessLibrary
|
||||
namespace ServerlessLibrary
|
||||
{
|
||||
public class Startup
|
||||
{
|
||||
|
@ -47,7 +47,7 @@ namespace ServerLessLibrary
|
|||
app.UseStaticFiles();
|
||||
app.UseSwaggerUI(c =>
|
||||
{
|
||||
c.SwaggerEndpoint("/swagger/v1/swagger.json", "ServerLess library API v1");
|
||||
c.SwaggerEndpoint("/swagger/v1/swagger.json", "Serverless library API v1");
|
||||
c.RoutePrefix = "swagger";
|
||||
});
|
||||
app.UseMvc();
|
||||
|
|
|
@ -8,7 +8,7 @@ using System.Linq;
|
|||
using System.Threading.Tasks;
|
||||
using System.Web;
|
||||
|
||||
namespace ServerLessLibrary {
|
||||
namespace ServerlessLibrary {
|
||||
/// <summary>
|
||||
/// Summary description for StorageHelper
|
||||
/// </summary>
|
||||
|
@ -19,7 +19,7 @@ namespace ServerLessLibrary {
|
|||
private static CloudTableClient tableClient()
|
||||
{
|
||||
// Retrieve storage account from connection string.
|
||||
CloudStorageAccount storageAccount = CloudStorageAccount.Parse(ServerLessLibrarySettings.SLStorageString);
|
||||
CloudStorageAccount storageAccount = CloudStorageAccount.Parse(ServerlessLibrarySettings.SLStorageString);
|
||||
|
||||
// Create the table client.
|
||||
return storageAccount.CreateCloudTableClient();
|
||||
|
@ -28,7 +28,7 @@ namespace ServerLessLibrary {
|
|||
private static CloudQueueClient cloudQueueClient()
|
||||
{
|
||||
// Retrieve storage account from connection string.
|
||||
CloudStorageAccount storageAccount = CloudStorageAccount.Parse(ServerLessLibrarySettings.SLStorageString);
|
||||
CloudStorageAccount storageAccount = CloudStorageAccount.Parse(ServerlessLibrarySettings.SLStorageString);
|
||||
|
||||
// Create the queue client.
|
||||
return storageAccount.CreateCloudQueueClient();
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\fashaikh\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\fashaikh\\.nuget\\packages",
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp2.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "2.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true
|
||||
}
|
||||
}
|
||||
}
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\fashaikh\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\fashaikh\\.nuget\\packages",
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp2.1",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "2.1.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true
|
||||
}
|
||||
}
|
||||
}
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\fashaikh\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\fashaikh\\.nuget\\packages",
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp2.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "2.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v2.0",
|
||||
"signature": "93cae0a5c5fa90064215b39f307d6d2b6299ec3d"
|
||||
"signature": "e1927740d4634a2019807e116af94c2df3788a91"
|
||||
},
|
||||
"compilationOptions": {
|
||||
"defines": [
|
||||
|
@ -22,13 +22,14 @@
|
|||
},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v2.0": {
|
||||
"ServerLessLibraryAPI/1.0.0": {
|
||||
"ServerlessLibraryAPI/1.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.ApplicationInsights.AspNetCore": "2.1.1",
|
||||
"Microsoft.AspNetCore.All": "2.0.8",
|
||||
"Microsoft.AspNetCore.Http.Abstractions": "2.0.3",
|
||||
"Microsoft.AspNetCore.Mvc": "2.0.4",
|
||||
"Microsoft.AspNetCore.Mvc.Core": "2.0.4",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.4",
|
||||
"Microsoft.AspNetCore.StaticFiles": "2.0.3",
|
||||
"Microsoft.Extensions.Caching.Memory": "2.0.2",
|
||||
"Microsoft.Extensions.Configuration": "2.0.2",
|
||||
|
@ -40,10 +41,10 @@
|
|||
"System.Linq": "4.3.0"
|
||||
},
|
||||
"runtime": {
|
||||
"ServerLessLibraryAPI.dll": {}
|
||||
"ServerlessLibraryAPI.dll": {}
|
||||
},
|
||||
"compile": {
|
||||
"ServerLessLibraryAPI.dll": {}
|
||||
"ServerlessLibraryAPI.dll": {}
|
||||
}
|
||||
},
|
||||
"Libuv/1.10.0": {
|
||||
|
@ -157,7 +158,7 @@
|
|||
"Microsoft.AspNetCore.Routing": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.4",
|
||||
"Microsoft.Extensions.Configuration.CommandLine": "2.0.2",
|
||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.2",
|
||||
"Microsoft.Extensions.Configuration.FileExtensions": "2.0.2",
|
||||
|
@ -253,9 +254,9 @@
|
|||
"Microsoft.AspNetCore.Server.HttpSys": "2.0.4",
|
||||
"Microsoft.AspNetCore.Server.IISIntegration": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.4",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "2.0.4",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.4",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3",
|
||||
"Microsoft.AspNetCore.Session": "2.0.3",
|
||||
"Microsoft.AspNetCore.SpaServices": "2.0.4",
|
||||
|
@ -1457,7 +1458,7 @@
|
|||
"Microsoft.AspNetCore.Server.Kestrel/2.0.3": {
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Hosting": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.4",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv": "2.0.3"
|
||||
},
|
||||
"runtime": {
|
||||
|
@ -1470,10 +1471,10 @@
|
|||
"lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core/2.0.4": {
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.4",
|
||||
"Microsoft.AspNetCore.WebUtilities": "2.0.3",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "2.0.2",
|
||||
"Microsoft.Extensions.Options": "2.0.2",
|
||||
|
@ -1482,30 +1483,30 @@
|
|||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": {
|
||||
"assemblyVersion": "2.0.3.0",
|
||||
"fileVersion": "2.0.3.18114"
|
||||
"assemblyVersion": "2.0.4.0",
|
||||
"fileVersion": "2.0.4.18184"
|
||||
}
|
||||
},
|
||||
"compile": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Core.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https/2.0.4": {
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Http.Abstractions": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.3"
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core": "2.0.4"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": {
|
||||
"assemblyVersion": "2.0.3.0",
|
||||
"fileVersion": "2.0.3.18114"
|
||||
"assemblyVersion": "2.0.4.0",
|
||||
"fileVersion": "2.0.4.18184"
|
||||
}
|
||||
},
|
||||
"compile": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Https.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.4": {
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Http.Features": "2.0.3",
|
||||
"System.Buffers": "4.4.0",
|
||||
|
@ -1513,8 +1514,8 @@
|
|||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.dll": {
|
||||
"assemblyVersion": "2.0.3.0",
|
||||
"fileVersion": "2.0.3.18114"
|
||||
"assemblyVersion": "2.0.4.0",
|
||||
"fileVersion": "2.0.4.18184"
|
||||
}
|
||||
},
|
||||
"compile": {
|
||||
|
@ -1525,7 +1526,7 @@
|
|||
"dependencies": {
|
||||
"Libuv": "1.10.0",
|
||||
"Microsoft.AspNetCore.Hosting.Abstractions": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions": "2.0.4",
|
||||
"Microsoft.Extensions.Logging.Abstractions": "2.0.2",
|
||||
"Microsoft.Extensions.Options": "2.0.2"
|
||||
},
|
||||
|
@ -4615,7 +4616,7 @@
|
|||
}
|
||||
},
|
||||
"libraries": {
|
||||
"ServerLessLibraryAPI/1.0.0": {
|
||||
"ServerlessLibraryAPI/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
|
@ -5166,26 +5167,26 @@
|
|||
"path": "microsoft.aspnetcore.server.kestrel/2.0.3",
|
||||
"hashPath": "microsoft.aspnetcore.server.kestrel.2.0.3.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core/2.0.3": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Core/2.0.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-TnhdRwj2KGophlLQPcRco1keTtHUAuRtZ74xUB7RAjoRelPysJlCNsH/IbIJnFNvYW0tszkjSc7DCkRex4Z/EA==",
|
||||
"path": "microsoft.aspnetcore.server.kestrel.core/2.0.3",
|
||||
"hashPath": "microsoft.aspnetcore.server.kestrel.core.2.0.3.nupkg.sha512"
|
||||
"sha512": "sha512-p0zhVcrL+kLojfHbocGtKS1iEYJ6U6TCtPuY5qCf0OqZoTFQHNWyvIH7bVPDW53VgBhQAO/fRrVEzyNhbq41hA==",
|
||||
"path": "microsoft.aspnetcore.server.kestrel.core/2.0.4",
|
||||
"hashPath": "microsoft.aspnetcore.server.kestrel.core.2.0.4.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https/2.0.3": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https/2.0.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-+wcxyn8GFGtsJbwIhnb23fTBBsJZBZV2bN5vb5m8FRrdGM9gGhE3P4rt/oAONCGAQJAMDyfyxKUJfL07gjjYlg==",
|
||||
"path": "microsoft.aspnetcore.server.kestrel.https/2.0.3",
|
||||
"hashPath": "microsoft.aspnetcore.server.kestrel.https.2.0.3.nupkg.sha512"
|
||||
"sha512": "sha512-t8MGeNbnoZtwVSXcVEFtoPSqP5FXQ4154DqZxzbSIPEW3p/upY582pvYFbOri6nFKCaWmmWKf/am2sGqJIPx0A==",
|
||||
"path": "microsoft.aspnetcore.server.kestrel.https/2.0.4",
|
||||
"hashPath": "microsoft.aspnetcore.server.kestrel.https.2.0.4.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.3": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/2.0.4": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-RXB7hERQ1mKtyIjKzlGYXDT0BMBwclg2VsBetD2nqjxb3xXauQEvFM0x6Gp48ELSzmX+lBNWlH7sN8fNNckzAg==",
|
||||
"path": "microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.3",
|
||||
"hashPath": "microsoft.aspnetcore.server.kestrel.transport.abstractions.2.0.3.nupkg.sha512"
|
||||
"sha512": "sha512-C1RrqyT8TuPZDQSNAWVl2BukMEa73AfxMNP8o9JCz1kSN6ebAHXV6ewh3pMP5jGXjDnJw+hiHdRXHS5+ctLEKw==",
|
||||
"path": "microsoft.aspnetcore.server.kestrel.transport.abstractions/2.0.4",
|
||||
"hashPath": "microsoft.aspnetcore.server.kestrel.transport.abstractions.2.0.4.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv/2.0.3": {
|
||||
"type": "package",
|
||||
|
|
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"ProviderId": "Microsoft.ApplicationInsights.ConnectedService.ConnectedServiceProvider",
|
||||
"Version": "8.11.10402.2",
|
||||
"GettingStartedDocument": {
|
||||
"Uri": "https://go.microsoft.com/fwlink/?LinkID=798432"
|
||||
}
|
||||
}
|
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp2.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "2.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true
|
||||
}
|
||||
}
|
||||
}
|
Двоичный файл не отображается.
Двоичный файл не отображается.
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp2.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "2.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true
|
||||
}
|
||||
}
|
||||
}
|
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"ApplicationInsights": {
|
||||
"InstrumentationKey": "d35b5caf-a276-467c-9ac7-f7f7d84ea171"
|
||||
}
|
||||
}
|
Двоичный файл не отображается.
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
|
||||
</handlers>
|
||||
<aspNetCore processPath="dotnet" arguments=".\ServerLessLibraryAPI.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" />
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
<!--ProjectGuid: 7b72620e-cf16-45f6-84cf-2fc4ab8bdaf7-->
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 1.1 KiB |
|
@ -1 +0,0 @@
|
|||
<!DOCTYPE html><html class=no-js lang=en dir=ltr><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><meta http-equiv=x-ua-compatible content="ie=edge"><meta name=description content="Azure Functions Examples"><meta name=keywords content=Serverless><meta name=author content="Microsoft Corporation"><title>Functions Samples</title><link rel=stylesheet type=text/css href=//assets.onestore.ms/cdnfiles/external/mwf/long/v1/v1.26.0/css/mwf-west-european-default.min.css><link as=style href=/css/app.a06a8fb9.css rel=preload><link as=script href=/js/app.3306e4e1.js rel=preload><link as=script href=/js/chunk-vendors.43ba5fe6.js rel=preload><link href=/css/app.a06a8fb9.css rel=stylesheet></head><body><a class=m-skip-to-main href=#mainContent tabindex=0>Skip to main content</a><noscript><strong>We're sorry but functions-samples doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app class=f-background-neutral-20></div><script src=/js/chunk-vendors.43ba5fe6.js></script><script src=/js/app.3306e4e1.js></script></body><script src=//assets.onestore.ms/cdnfiles/external/mwf/short/v1/latest/scripts/mwf-auto-init-main.var.min.js></script></html>
|
|
@ -1,386 +0,0 @@
|
|||
[
|
||||
{
|
||||
"title": "OpenALPR License Plate Reader",
|
||||
"template": "https://raw.githubusercontent.com/anthonychu/azure-functions-openalpr/master/azuredeploy.json",
|
||||
"repository": "https://github.com/anthonychu/azure-functions-openalpr",
|
||||
"description": "App for reading license plate info from a photo.",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Stripe Payment Service",
|
||||
"template": "https://raw.githubusercontent.com/toolboc/stripe-function/master/azuredeploy.json",
|
||||
"repository": "https://github.com/toolboc/stripe-function",
|
||||
"description": "Allows for incorporating Stripe payment functionality as a callable web service.",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"blog": "http://pjdecarlo.com/2017/06/super-cheap-subscription-and-payment-services-with-stripe-on-microsoft-azure-using-serverless-code-via-azure-functions-node-js.html",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "LIFX Light Bulb color changer",
|
||||
"template": "https://raw.githubusercontent.com/jefking/weather-bulb/master/azuredeploy.json",
|
||||
"repository": "https://github.com/burkeholland/weather-bulb",
|
||||
"description": "Timers that set the color of an LIFX bulb based on the outside temperature.",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "CosmoDB",
|
||||
"template": "https://raw.githubusercontent.com/nastassiar/crudfunctions/master/azure-deploy.json",
|
||||
"repository": "https://github.com/nastassiar/crudfunctions",
|
||||
"description": "An HTTP API for CRUD operations against CosmosDB. (So boring, why would you write it yourself?!!)",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "What to Bring",
|
||||
"template": "https://raw.githubusercontent.com/ricardodsanchez/WhatToBring/master/azuredeploy.json",
|
||||
"repository": "https://github.com/ricardodsanchez/WhatToBring",
|
||||
"description": "Returns a list of what items you should bring when traveling to certain cities.",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"blog": "https://ricardodsanchez.com/what-can-you-do-with-azure-functions-heres-one-example/",
|
||||
"authortype": "Community"
|
||||
},
|
||||
{
|
||||
"title": "Tug of War",
|
||||
"template": "https://raw.githubusercontent.com/joescars/TugOfWar-FunctionsDemo/master/azuredeploy.json",
|
||||
"repository": "https://github.com/joescars/TugOfWar-FunctionsDemo",
|
||||
"description": "This simple demo game is used to teach basic concepts around building Azure Functions with node.js.",
|
||||
"blog": "https://aka.ms/aztugofwar",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Purolator Package Tracker",
|
||||
"template": "https://raw.githubusercontent.com/akos-sebestyen/purolator-tracker/master/azuredeploy.json",
|
||||
"repository": "https://github.com/akos-sebestyen/purolator-tracker",
|
||||
"description": "App for tracking Purolator shipments.",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"authortype": "Community"
|
||||
},
|
||||
{
|
||||
"title": "Raffle",
|
||||
"template": "https://raw.githubusercontent.com/anthonychu/azure-functions-raffle/master/azuredeploy.portal.json",
|
||||
"repository": "https://github.com/anthonychu/azure-functions-raffle",
|
||||
"description": "A simple raffle application.",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Cognitive Services: Smart Thumbnails",
|
||||
"template": "https://raw.githubusercontent.com/jefking/fn-smart-thumbnail/master/azuredeploy.json",
|
||||
"repository": "https://github.com/jefking/fn-smart-thumbnail",
|
||||
"description": "Test your own images in bulk against Microsoft Cognitive Services: Smart Thumbnail API.",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Cognitive Services: Computer Vision",
|
||||
"template": "https://raw.githubusercontent.com/jefking/fn-computer-vision/master/azuredeploy.json",
|
||||
"repository": "https://github.com/jefking/fn-computer-vision",
|
||||
"description": "Test your own images in bulk against Microsoft Cognitive Services: Computer Vision API.",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Cognitive Services: OCR",
|
||||
"template": "https://raw.githubusercontent.com/nastassiar/CognitiveServicesOCRFunction/master/azuredeploy.json",
|
||||
"repository": "https://github.com/nastassiar/RecognizeTextFunction",
|
||||
"description": "Test your own images in bulk against Microsoft Cognitive Services: OCR.",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "HTTP: Generate SAS Token",
|
||||
"template": "https://raw.githubusercontent.com/Azure-Samples/functions-node-sas-token/master/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure-Samples/functions-node-sas-token",
|
||||
"description": "This is a sample HTTP trigger Azure Function that returns a SAS token for Azure Storage for the specified container, blob, and permissions.",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Blob: PDF Extraction to Search",
|
||||
"template": "https://raw.githubusercontent.com/m-gagne/PDF2AzSearch/master/azuredeploy.json",
|
||||
"repository": "https://github.com/m-gagne/PDF2AzSearch",
|
||||
"description": "This Azure Function binds to an Azure Storage container to process PDF files, extract metadata (using Regular Expressions), stores the result in DocumentDB (extracted text + captured metadata) which can then be used by Azure Search",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"authortype": "Community"
|
||||
},
|
||||
{
|
||||
"title": "HTTP: Entity to SQL",
|
||||
"template": "https://raw.githubusercontent.com/AzureBytes/functionsstorsql/master/deploy/azuredeploy.json",
|
||||
"repository": "https://github.com/AzureBytes/functionsstorsql/tree/master/src/WebToDatabase",
|
||||
"description": "Stores a queue message in SQL Database; uses Entity Framework.",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Community"
|
||||
},
|
||||
{
|
||||
"title": "Blob: Image Resize",
|
||||
"template": "https://raw.githubusercontent.com/jefking/fl-image-resize/master/azuredeploy.json",
|
||||
"repository": "https://github.com/jefking/fl-image-resize",
|
||||
"description": "The easiest way to resize images stored in Blob Storage (on Azure); uses ImageProcessor.",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Slack: User Change Alerts",
|
||||
"template": "https://raw.githubusercontent.com/anthonychu/slack-user-change-alerts/master/azuredeploy.portal.json",
|
||||
"repository": "https://github.com/anthonychu/slack-user-change-alerts/tree/master/src/SlackUserChangeAlerts.Function",
|
||||
"description": "Sends a Slackbot notification to specified users or channels when users are added or removed from Slack.",
|
||||
"language": "csharp",
|
||||
"blog": "https://github.com/cfe84/slack-users-change-alerts",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "EventHub: Closed Loop for IoT Hub",
|
||||
"template": "https://raw.githubusercontent.com/khilscher/AzureFunctions/master/ClosedLoopFunction/deploy/azuredeploy.json",
|
||||
"repository": "https://github.com/khilscher/AzureFunctions",
|
||||
"description": "The Closed-Loop function binds to the Event Hub compatible name of an IoT Hub. Each message into the IoT Hub will trigger the function. The sample function reads the JSON message payload, deserializes it, adds the two integer values (DataPoint1 and DataPoint2), and sends the sum back to the device, via IoT Hub, using a C2D message.",
|
||||
"addTemplate": "https://raw.githubusercontent.com/fashaikh/AzureFunctions/master/ClosedLoopFunction/deploy/addfunction.json",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "HTTP: Static Web Server",
|
||||
"template": "https://raw.githubusercontent.com/anthonychu/azure-functions-static-file-server/master/azuredeploy.portal.json",
|
||||
"repository": "https://github.com/anthonychu/azure-functions-static-file-server",
|
||||
"description": "Serves a static website from a www root with a default index.html page.",
|
||||
"blog": "http://anthonychu.ca/post/azure-functions-static-file-server",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Blob: Static Web Server",
|
||||
"template": "https://raw.githubusercontent.com/jefking/fl-default-static/master/azuredeploy.json",
|
||||
"repository": "https://github.com/jefking/fl-default-static",
|
||||
"description": "Defaults page (index.htm) for containers. No need for compute on top of raw storage; if you are running static sites.",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Blob: Static Server with CDN",
|
||||
"template": "https://raw.githubusercontent.com/jefking/fl-default-static/master/azuredeploy.cdn.json",
|
||||
"repository": "https://github.com/jefking/fl-default-static",
|
||||
"description": "Defaults page (index.htm) for containers. No need for compute on top of raw storage; if you are running static sites. This deployment contains a CDN layered 'over top' of the function.",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "On-demand calculation of Azure consumption cost",
|
||||
"template": "https://raw.githubusercontent.com/Azure-Samples/consumption-cost-node/master/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure-Samples/consumption-cost-node",
|
||||
"description": "This sample demonstrates how to use the Azure billing commerce APIs to find consumption cost per subscription and resource-groups.",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "SQL Stored Procedure on a schedule",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-logic-app-sql-proc/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-sql-proc",
|
||||
"description": "This template allows you to create a Logic App that will run a SQL stored procedure on schedule. Any arguments for the procedure can be put into the body section of the template.",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Send email with Logic app",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-logic-app-sendgrid/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-sendgrid",
|
||||
"description": "This template allows you to create a Logic app that sends an email. You can add an additional triggers or actions to customize it to your needs.",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Copy FTP files to Blob",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-logic-app-ftp-to-blob/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-ftp-to-blob",
|
||||
"description": "This template allows you to create a Logic app that listens to a folder on an FTP server and will copy it to an Azure Blob container. You can add an additional triggers or actions to customize it to your needs.",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "HTTP: to Storage Queue",
|
||||
"template": "https://raw.githubusercontent.com/jefking/fn-http-queue-s/master/azuredeploy.json",
|
||||
"repository": "https://github.com/jefking/fn-http-queue-s",
|
||||
"description": "Posted messages get added to Azure Storage Queue.",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "HTTP: to Service Bus Queue",
|
||||
"template": "https://raw.githubusercontent.com/jefking/fn-http-queue-sb/master/azuredeploy.json",
|
||||
"repository": "https://github.com/jefking/fn-http-queue-sb",
|
||||
"description": "Posted messages get added to Azure Service Bus Queue.",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "HTTP: to Service Bus Topic",
|
||||
"template": "https://raw.githubusercontent.com/jefking/fn-http-topic/master/azuredeploy.json",
|
||||
"repository": "https://github.com/jefking/fn-http-topic",
|
||||
"description": "Posted messages get added to Azure Service Bus Topic.",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Webhook: to Service Bus Queue",
|
||||
"template": "https://raw.githubusercontent.com/jefking/fn-webhook-queue/master/azuredeploy.json",
|
||||
"repository": "https://github.com/jefking/fn-webhook-queue",
|
||||
"description": "Posted Body gets added to Azure Service Bus Queue.",
|
||||
"language": "javascript",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Reddit Poller",
|
||||
"template": "https://raw.githubusercontent.com/jefking/RedditPoller/master/azuredeploy.json",
|
||||
"repository": "https://github.com/isaac2004/RedditPoller",
|
||||
"description": "Scheduled email notifications of Reddit Posts",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Media Services: Integrating Azure Media Services",
|
||||
"template": "https://raw.githubusercontent.com/jefking/media-services-dotnet-functions-integration/master/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure-Samples/media-services-dotnet-functions-integration",
|
||||
"description": "Sample for use with Azure Media Services. Ingest from Azure Blobs, encode and output to Azure Blobs, monitor encoding progress, and use WebHooks or Queues to hook into the workflow.",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "CoderCards: trading card generator",
|
||||
"template": "https://raw.githubusercontent.com/Azure-Samples/functions-dotnet-codercards/master/AzureDeploy/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure-Samples/functions-dotnet-codercards",
|
||||
"description": "CoderCards is a geek trading card generator. It uses Microsoft Cognitive Services to detect the predominant emotion in a face, which is used to choose a card back.",
|
||||
"language": "csharp",
|
||||
"type": "functionapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Call an Azure Function from a Logic App",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-logic-app-and-function-app/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-and-function-app",
|
||||
"description": "This template creates a Serverless app in Azure with Logic Apps and Functions. The Logic App triggers on an HTTP POST, calls the Azure Function, and returns the response.",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Create a Logic App",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-logic-app-create/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-logic-app-create",
|
||||
"description": "Create a Logic App from a template",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "XSLT with parameters",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-logic-app-xslt-with-params/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-xslt-with-params",
|
||||
"description": "This template creates a request-response Logic App which performs XSLT based transformation. The XSLT map takes primitives (integer, string etc.) as input parameters as uses them during XML transformation.",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "VETER Pipeline",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-logic-app-veter-pipeline/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-veter-pipeline",
|
||||
"description": "This template creates a VETER pipeline using Logic Apps.",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Webhook with transform capabilities",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-logic-app-transform-function/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-transform-function",
|
||||
"description": "This template creates a webhook based C# azure function with transform capabilites to use in logic apps integration scenarios.",
|
||||
"language": "csharp",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Call an API protected by AAD",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-logic-app-custom-api/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-custom-api",
|
||||
"description": "Call into your own custom API that can run your own code.",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "B2B Disaster Recovery replication",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-logic-app-b2b-disaster-recovery-replication/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-b2b-disaster-recovery-replication",
|
||||
"description": "This template demonstrates B2B Disaster Recovery replication using Logic Apps.",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "AS2 Send Receive",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-logic-app-as2-send-receive/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-logic-app-as2-send-receive",
|
||||
"description": "This template demonstrates AS2 Send Receive using Logic Apps.",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Adds item to queue when alert fires",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-alert-to-queue-with-logic-app/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-alert-to-queue-with-logic-app",
|
||||
"description": "Add the alert payload you pass to an Azure Storage queue that you specify.",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Posts on Slack when alert fires",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-alert-to-slack-with-logic-app/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-alert-to-slack-with-logic-app",
|
||||
"description": "When the Alert is triggered, it will post a message to a slack channel that you specify",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
},
|
||||
{
|
||||
"title": "Send SMS when alert fires",
|
||||
"template": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/201-alert-to-text-message-with-logic-app/azuredeploy.json",
|
||||
"repository": "https://github.com/Azure/azure-quickstart-templates/tree/master/201-alert-to-text-message-with-logic-app",
|
||||
"description": "When the Alert is triggered, it will send you a text message with the details of the alert.",
|
||||
"language": "na",
|
||||
"type": "logicapp",
|
||||
"authortype": "Microsoft"
|
||||
}
|
||||
]
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\fashaikh\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\fashaikh\\.nuget\\packages",
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "netcoreapp2.1",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "2.1.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.GC.Server": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ServerLessLibrary")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ServerLessLibrary")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
|
@ -1 +0,0 @@
|
|||
a49a12423f7a5ccd2e17fb71a0cd3a6e45bf0f96
|
Двоичный файл не отображается.
|
@ -1 +0,0 @@
|
|||
a1866c969e83394e2fcedc1fd768d5e2350b65c5
|
|
@ -1,21 +0,0 @@
|
|||
C:\Repos\.git\ServerLessLibrary\bin\Debug\netcoreapp2.0\ServerLessLibrary.deps.json
|
||||
C:\Repos\.git\ServerLessLibrary\bin\Debug\netcoreapp2.0\ServerLessLibrary.runtimeconfig.json
|
||||
C:\Repos\.git\ServerLessLibrary\bin\Debug\netcoreapp2.0\ServerLessLibrary.runtimeconfig.dev.json
|
||||
C:\Repos\.git\ServerLessLibrary\bin\Debug\netcoreapp2.0\ServerLessLibrary.dll
|
||||
C:\Repos\.git\ServerLessLibrary\obj\Debug\netcoreapp2.0\ServerLessLibrary.csproj.CoreCompileInputs.cache
|
||||
C:\Repos\.git\ServerLessLibrary\obj\Debug\netcoreapp2.0\ServerLessLibrary.AssemblyInfoInputs.cache
|
||||
C:\Repos\.git\ServerLessLibrary\obj\Debug\netcoreapp2.0\ServerLessLibrary.AssemblyInfo.cs
|
||||
C:\Repos\.git\ServerLessLibrary\bin\Debug\netcoreapp2.0\ServerLessLibrary.pdb
|
||||
C:\Repos\.git\ServerLessLibrary\obj\Debug\netcoreapp2.0\ServerLessLibrary.dll
|
||||
C:\Repos\.git\ServerLessLibrary\obj\Debug\netcoreapp2.0\ServerLessLibrary.pdb
|
||||
C:\Repos\.git\ServerLessLibrary\obj\Debug\netcoreapp2.0\ServerLessLibrary.csprojResolveAssemblyReference.cache
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\bin\Debug\netcoreapp2.0\ServerLessLibrary.deps.json
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\bin\Debug\netcoreapp2.0\ServerLessLibrary.runtimeconfig.json
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\bin\Debug\netcoreapp2.0\ServerLessLibrary.runtimeconfig.dev.json
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\bin\Debug\netcoreapp2.0\ServerLessLibrary.dll
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\bin\Debug\netcoreapp2.0\ServerLessLibrary.pdb
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\Debug\netcoreapp2.0\ServerLessLibrary.csproj.CoreCompileInputs.cache
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\Debug\netcoreapp2.0\ServerLessLibrary.AssemblyInfoInputs.cache
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\Debug\netcoreapp2.0\ServerLessLibrary.AssemblyInfo.cs
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\Debug\netcoreapp2.0\ServerLessLibrary.dll
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\Debug\netcoreapp2.0\ServerLessLibrary.pdb
|
Двоичный файл не отображается.
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -1 +1 @@
|
|||
a1866c969e83394e2fcedc1fd768d5e2350b65c5
|
||||
fb3b1e2682d09bd59d7c5f77460b5c3ee6549296
|
||||
|
|
Двоичный файл не отображается.
|
@ -1,23 +0,0 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ServerLessLibrary")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ServerLessLibrary")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
|
@ -1 +0,0 @@
|
|||
a49a12423f7a5ccd2e17fb71a0cd3a6e45bf0f96
|
Двоичный файл не отображается.
|
@ -1 +0,0 @@
|
|||
422caf0ffafba99bf7e8fff96e76828131e6bef0
|
|
@ -1,11 +0,0 @@
|
|||
C:\Repos\ServerLessLibrary\ServerLessLibrary\bin\Debug\netcoreapp2.1\ServerLessLibrary.deps.json
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\bin\Debug\netcoreapp2.1\ServerLessLibrary.runtimeconfig.json
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\bin\Debug\netcoreapp2.1\ServerLessLibrary.runtimeconfig.dev.json
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\bin\Debug\netcoreapp2.1\ServerLessLibrary.dll
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\bin\Debug\netcoreapp2.1\ServerLessLibrary.pdb
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\Debug\netcoreapp2.1\ServerLessLibrary.csprojAssemblyReference.cache
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\Debug\netcoreapp2.1\ServerLessLibrary.csproj.CoreCompileInputs.cache
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\Debug\netcoreapp2.1\ServerLessLibrary.AssemblyInfoInputs.cache
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\Debug\netcoreapp2.1\ServerLessLibrary.AssemblyInfo.cs
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\Debug\netcoreapp2.1\ServerLessLibrary.dll
|
||||
C:\Repos\ServerLessLibrary\ServerLessLibrary\obj\Debug\netcoreapp2.1\ServerLessLibrary.pdb
|
Двоичный файл не отображается.
Двоичный файл не отображается.
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче