-
Notifications
You must be signed in to change notification settings - Fork 351
Merge aspnet/WebHooks into this repository #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
335 commits
Select commit
Hold shift + click to select a range
101c2e0
Add support for Microsoft Dynamics CRM
d61858a
Fixed nuspecs
62cabb1
Addressed issue #35 making it easier to find the names of the receivers.
0c7fbf2
Tweak test settings to help CI machine
5745e10
Removed problematic references to System.IO required by older DataPro…
73e8110
Update README.md
603c3b1
Add Stripe Sample Project
brianweet 2a74640
Renamed SettingsProvider class to DefaultSettingsProvider in order no…
0d2079c
Facilitates creating and sending WebHooks from outside the context of…
afb2ba7
Updated sample to use RunAndBlock
c22bdcb
Updated WebJob project
aed0555
Update README.md
2f604fd
Update README.md
1f599d1
Improved support for Slack Slash commands described at 'https://api.s…
09b4ea6
Added support for parsing Slash Outgoing WebHook commands and slash c…
b4a8239
Minor tweaks to tests and resource strings.
2c39681
Added test to SqlWebHookStore
73cce74
Added more tests.
53d6efb
Microsoft Security Advisory 3137909
JunTaoLuo 3e619a5
Fixed file header.
65a1132
Minor code tweak
a7e0496
Added support for intercepting the WebHook registration process when …
7559963
Fix Security Advisory 3137909 update
JunTaoLuo 4532a2b
Added convenience setter for IWebHookReceiverConfig on ReceiverServic…
b779b4b
Made it possible to hook into the default WebHookSender instance and …
690b54e
Added extra validation of WebHook instances during registration. As n…
1567075
Simplified webhook secret validation in WebHookManager.ValidateWebHoo…
6958689
Enforce mandatory properties in Azure Alert payload
maitre-matt 25c8498
Added dropbox sample
5d77386
Updated Instagram receiver to new model provided by Instagram. This m…
7ce1ac9
Removed initial Instagram client used to subscribe and unsubscribe fr…
0648bad
Generic JSON WebHook receiver now supports any JSON (objects, arrays,…
fccb722
Update README.md
garora 7b89f69
Fixed casing of InstaSharp in sample comments
e97a9a0
Added support for MyGet WebHooks - see http://docs.myget.org/docs/ref…
maartenba 0782eb1
Added MyGet WebHook Receiver sample
3bc9ca0
Added sample comment
47483e7
Adds IWebHookIdValidator for explicitly validating WebHook Ids at the…
2375996
Fixed up comments containing M: prefixes on type references.
2d5c543
Made it possible to hook into the default WebHookSender instance and …
33f36c8
Added GitHub sample
ffca86d
Updated /// comment
3ae18e6
Work around Ninject dependency injection which creates an empty Setti…
8f67f24
Added code to CustomSender project illustrating how to wire up a cust…
b80e33b
Added more samples
garora ec13245
Added additional storage manager tests and fixed issue where ExecuteQ…
33c3c16
update
39558cd
Send a message to default logger if WebHooks have not been initialize…
2bc1d84
Unhandled exceptions coming back to WebHookReceiverController are now…
9056117
Added a DbWebHookStore abstraction which parameterizes DbContext and …
1a213d7
Added support for Zendesk
garora 51b3645
Added VTFS webhooks project with basic modeling of payload
jenyayel 307c235
Fixed project reference
66ef4da
Updated doc comment.
b2d8779
Fixed namespace in test.
dd699ef
Updated references to ASP.NET Core to RC2. ASP.NET Core is used as pa…
5dc95a7
Updated test case to explicitly test more than 1000 entries from Azur…
7999b20
Set NuGet verbosity to detailed to investigate CI failures
joeloff 1cb2de1
Reset verbosity for restore back to quiet
joeloff cf86713
Updated code comment.
0c83a6f
Link to VstsReceiver sample
garora a656fcd
Updated refs to point to aspnetcore 1.0
448fc48
Issue 69: allow custom validation on WebHookManager (make methods vir…
alfhv ac7d816
Fixed WebHookReceiverSecret XML documentation to reflect the expected…
michael-baker 3f0f4cb
Added support for git.push, git.pullrequest.created, and git.pullrequ…
jeffproe 8909560
Fixed StyleCop issues
288e638
Added overloads for explicitly disabling encryption of WebHook regist…
680ebc2
Enabled support for various alternative custom WebHook clients such a…
fdc6a7f
Updated Stripe WebHook handler to support handling WebHook data witho…
b10c5b1
Changed to consistent use of nameof(...)
9f7a379
Minor fixes
14841df
Corrected WebHook URI, we do not required {id} part for Bitbucket Web…
garora 8abbabf
Update Readme
chadequate bb39331
slack trigger can be optional - removed requirement to have either a …
6e65339
Added configuration key for Disable HTTPs check
ups216 4bfeb36
Added sample showing how to use ASP.NET WebHooks with a dependency in…
580407c
Incremented timeouts for some tests that could time out on build machine
28e44e4
Added constructor dependency for WebHook handler used in Dependency I…
69522e6
Fixed Salesforce receiver to return failure responses as XML in most …
9748460
Fixed stylecop issues
f595360
ExecutionDataflowBlockOptions were not passed into all ActionBlock in…
547c225
Added new and fancy changelog
757530d
Added IWebHookRegistrationsManager abstraction which makes it simpler…
cb46cca
Await for the response messages and then put responses into list.
petetheman79 d0f672f
SystemAssignedTo is missing in the WorkItemCreated payload
jdmiedema 56204b9
Update WebApiConfig.cs
pfrendo c879ea0
Just improved formatting
nockawa a54d9fb
Added set the security protocols. The problem is caused by the fact t…
Tryolki 5c0259e
Fix heading syntax for GitHub flavoured markdown
leggetter 922798f
Merge pull request #158 from leggetter/patch-1
Eilon a9b9d19
Merge branch 'master' into dev
dougbu e8be053
Add support for web links
pascalberger d03e1d1
Update to newer tooling
dougbu 404480a
Update `StripeEvent` to latest API
dougbu a735611
Add `$(TestInParallel)`
dougbu 5f62336
Add ASP.NET Core support packages
dougbu be85719
Quick fix: Add .gitattributes and normalize line endings
dougbu 8f0a19b
Address PR comments from #153 and make other fixes
dougbu 5ec458a
Add support for VSTS pull request merge commit created event
pascalberger 28f8dc4
Just need one .editorconfig file
dougbu 88a56f7
Quick fixes
dougbu c3381ba
Move from HttpContext.Items to model binders and auto-binding route v…
dougbu 714a5cd
Add `IMvcBuilder` extension methods
dougbu cfb4fe6
Merge Common into Receivers package
dougbu cabc46a
Get AppVeyor builds working
dougbu 1d8c463
Infrastructure: Pack Core projects, move to 2.0.0-preview1, and suppo…
dougbu 997b8c9
Adding ASP.NET Core sample links
garora 1e69657
More `$(Configurations)` muck
dougbu 6c173a3
Add possibility to set custom configuration for name of connectionStr…
Marusyk 93aa3b3
Support Stripe request signatures
dougbu 1585020
Require HTTPS everywhere
dougbu e20b745
Remove `WebHookResultUtilities`, `WebHookExceptionFilter` and `WebHoo…
dougbu 4681759
Make `AzureAlertCondition` and `AzureAlertContext` usable for Availab…
dougbu 4938597
"Form Data" -> "form URL-encoded data"
dougbu ff7ed82
Rename Salesforce receiver and configuration in Core
dougbu fc05979
Fix problems in Salesforce receiver
dougbu 93ea86c
Move code around: Refactor and rename filters and metadata interfaces
dougbu c9f89dc
`msg` -> `message`
dougbu e5b1a66
Address some `// ???` comments
dougbu 42117af
Stop using `NameValueCollection` in ASP.NET Core WebHooks
dougbu 9df8808
Add `TrimmingTokenizer` and `UnixTimeConverter` tests
dougbu 428d143
Add `IWebHookRequestReader` and `WebHookRequestReader`
dougbu 759e7b9
Structured logging requires an object for every item escaped with a b…
twsouthwick b4e374b
Bind event names from request body
dougbu 04d1e1a
Improve doc comments
dougbu fe3827a
Restart the Azure Storage Emulator
dougbu a21a78f
Update README.md
78491ef
Update two quirky-looking bits of code
dougbu febed48
Split the solution in two
dougbu 69a2945
Fix build break
dougbu f702a66
Update URLs in .nuspec and README files
dougbu 7e41807
Remove ASP.NET WebHooks code and infrastructure
dougbu 25473ff
Align with other ASP.NET Core projects
dougbu 0fd2961
Flesh out WordPress receiver
dougbu d00d67f
Support short-circuiting HTTP HEAD requests
dougbu 547c520
Add `WebHookVerifySignatureFilter` methods needed for Trello receiver
dougbu 9b6c587
Add Trello receiver
dougbu e65d214
`SlackCommand.ParseParameters(...)` -> `TryParseParameters(...)`
dougbu 69a0ad7
Add dependencies.props
dougbu 2168804
Branching for 2.1.0-preview1
dougbu 1b4712c
Merge branch 'release/2.1' into dev
dougbu b1946ab
Clean up build infrastructure
dougbu a8667db
Merge branch 'release/2.1' into dev
dougbu daa759d
Update to preview2
dougbu 1841f68
Upgrade dependencies
dougbu f0e3447
Upgrade dependencies
dougbu bf5f4e2
Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.…
1be0928
Update dependencies.props
aspnetci a05a07c
Use new `HttpRequest.EnableBuffering()` extension method
dougbu ffebe4c
Update dependencies.props
aspnetci ca7f0e7
Update dependencies.props
aspnetci c08026b
Don't run `WebHookEventMapperFilter` and `WebHookPingRequestFilter` t…
dougbu 99a2834
Update dependencies.props
aspnetci cb3ab0a
Use FeatureBranchVersionSuffix when generating VersionSuffix
pranavkm 218b7e6
Update dependencies.props
aspnetci 50fed36
Please avoid "please" (and thank-you)
dougbu 4151ae0
Merge branch 'release/2.1' into dev
7598fe6
Clean up logging
dougbu 19d5168
Use dotnet-core feed in repos
pranavkm 8340c4c
Prepend FeatureBranchVersionPrefix if FeatureBranchVersionSuffix is s…
pranavkm 1e89a0f
Register metadata services as exact interfaces they implement, not `I…
dougbu a1dc02c
Update dependencies.props
aspnetci 730adf3
Allow `[GeneralWebHook]` without a required `BodyType`
dougbu 8f08e0c
Use `internal` for realz
dougbu 87a7444
Branching for 2.1.0-preview2
pranavkm bc2a0de
Merge remote-tracking branch 'origin/release/2.1' into dev
pranavkm 98a7e3a
Update version prefix to preview3
pranavkm e8d5c24
Update KoreBuild channel
pranavkm ec2cf47
Merge branch 'release/2.1' into dev
pranavkm 349a1ea
Correct `typeof(IWebHookBodyTypeMetadata)` lookup in `WebHookModelBin…
dougbu ec834eb
Use new ASP.NET Core 2.1 features
dougbu 607d59b
Merge branch 'release/2.1' into dev
dougbu e4163de
Support receiver name / id lookup from `ActionDescriptor` in constraints
dougbu 7545b61
Merge branch 'release/2.1' into dev
dougbu 308c725
Update dependencies.props
aspnetci 2ea1419
Update dependencies.props
5da0e4e
React to Mvc changes
pranavkm cc1dcfc
Merge remote-tracking branch 'origin/release/2.1' into dev
pranavkm 22626d9
Update dependencies.props
aspnetci 83ff841
Split some trivial changes out of #270
dougbu c9ab0b4
Reduce spread of `[GeneralWebHook]` support, stop adding global filters
dougbu 30897e0
Remove max length restrictions on secret keys
dougbu 24da13d
Update dependencies
dougbu 13da6ec
`throw` if a WebHook action has constraints or is attribute-routed
dougbu 5760185
Update dependencies.props
aspnetci 71f1c14
Branching for 2.1.0-rc1
ryanbrandenburg c50a72f
Merge branch 'release/2.1' into dev
ryanbrandenburg 5a7ce76
Update version number to 2.2.0
ryanbrandenburg eecaac3
Fix gaps in final commit for #258 (c9ab0b4ede)
dougbu 58b29ea
Update version number to 1.1.0
dougbu fd964d1
Merge pull request #281 from aspnet/release/2.1
dougbu ae993f0
Set NETStandardImplicitPackageVersion via dependencies.props
14ec5b1
Update dependencies.props
aspnetci 0eaf154
Add more functional tests
dougbu c8ec26d
Merge branch release/2.1 into dev
599cc9f
Merge pull request #285 from aspnet/release/2.1
dougbu d9c0651
Add functional tests requiring a non-empty request body
dougbu 65dcad4
Merge pull request #287 from aspnet/release/2.1
dougbu fcceafd
Update dependencies
dougbu 3ee4b56
Update dependencies.props
aspnetci de678de
Remove ambiguity between general WebHook and receiver-specific actions
dougbu e2b5c13
Update dependencies.props
aspnetci 3f055f9
Bump version to 1.0.0-rtm
6cab9cc
Merge branch 'release/2.1' into dev
a57cf46
Update dependencies.props
aspnetci 400cc8a
Update dependencies.props
aspnetci 0f7a7c7
Move version back to 1.0.0-preview3
dougbu 0e93b0e
Update dependencies
dougbu 5815691
Move version back to 1.0.0-preview3
dougbu d737e5e
Merge remote-tracking branch 'origin/release/2.1' into dev
dougbu fe92301
Upgrade to netcoreapp22
ryanbrandenburg e23ed93
Update dependencies.props
aspnetci 8738cad
Update dependencies.props
aspnetci 45cc9c2
Update bootstrapper scripts (automated commit) [ci skip]
2b95759
Update dependencies.props
aspnetci b695327
Add the Azure Container Registry webhook receiver (#303)
julioct dd54e5c
Update dependencies.props
aspnetci 442ec18
Add certificate names for code signing
50f0b41
Update dependencies.props
aspnetci c42a20a
Adding VSTS file
ryanbrandenburg e889d84
Update dependencies.props
aspnetci b70430b
[automated] Change default branch to master
9cc2c2f
Update dependencies.props
aspnetci 3aeedfa
Update dependencies.props
aspnetci dd9b0fe
Update dependencies.props
aspnetci a07adc8
Update dependencies.props
aspnetci 8752707
Update CONTRIBUTING.md
Eilon fad82fd
Disable flakey tests
dougbu f168319
Upgrade dependencies and KoreBuild to enable local testing of #318 pr…
dougbu bedc118
Disable Global Routing in all applications using WebHooks
dougbu bfc4019
Revert "Disable flakey tests"
dougbu 21cdced
Merge pull request #320 from aspnet/dougbu/disable.global.routing.318
dougbu 2e6b18f
Update dependencies.props
aspnetci 216a4a7
Update deps and re-enable global routing
rynowak 938a8b3
Update dependencies.props
aspnetci 6c3860c
Update dependencies.props
aspnetci d8c34f8
Update dependencies.props
aspnetci f6d0041
Update dependencies.props
aspnetci 9bdc691
Update dependencies.props
aspnetci 65706c4
Update dependencies.props
aspnetci 555ba9e
Update dependencies.props
aspnetci fc10ae6
Update dependencies.props
aspnetci df76648
Update dependencies.props
aspnetci 84b3a09
Update LICENSE.txt
Eilon d41315d
Update dependencies.props
aspnetci 9887b4e
Update dependencies.props
aspnetci 55faddb
Reorganize webhooks source code in preparation for merging into the a…
365e140
Merge source code from aspnet/WebHooks
a122a92
Update build configuration to place all build outputs in artifacts/
35541c8
Fix broken paths in WebHooks.sln
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# EditorConfig is awesome:http://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
[*] | ||
# Don't use tabs for indentation. | ||
# (Please don't specify an indent_size here; that has too many unintended consequences.) | ||
indent_style = space | ||
|
||
charset = utf-8 | ||
|
||
# Where supported, trim trailing whitespace on all lines. | ||
trim_trailing_whitespace = true | ||
|
||
# Where supported (e.g. in VS Code but not VS), add a final newline to files. | ||
insert_final_newline = true | ||
|
||
# Code files | ||
[*.{cs,csx,vb,vbx}] | ||
indent_size = 4 | ||
dotnet_sort_system_directives_first = true:warning | ||
|
||
# Xml project files | ||
[*.{*proj,vcxproj.filters,projitems}] | ||
indent_size = 2 | ||
|
||
# Xml config files | ||
[*.{props,targets,ruleset,config,nuspec,resx,vsixmanifest,vsct,tasks,xml,yml}] | ||
indent_size = 2 | ||
|
||
# JSON files | ||
[*.json] | ||
indent_size = 2 | ||
|
||
# PowerShell | ||
[*.{ps1,psm1}] | ||
indent_size = 4 | ||
|
||
# Shell | ||
[*.sh] | ||
indent_size = 4 | ||
end_of_line = lf | ||
|
||
# Dotnet code style settings: | ||
[*.cs] | ||
# Sort using and Import directives with System.* appearing first | ||
dotnet_sort_system_directives_first = true | ||
|
||
# Don't use this. qualifier | ||
dotnet_style_qualification_for_field = false:suggestion | ||
dotnet_style_qualification_for_property = false:suggestion | ||
|
||
# use int x = .. over Int32 | ||
dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion | ||
|
||
# use int.MaxValue over Int32.MaxValue | ||
dotnet_style_predefined_type_for_member_access = true:suggestion | ||
|
||
# Require var all the time. | ||
csharp_style_var_for_built_in_types = true:suggestion | ||
csharp_style_var_when_type_is_apparent = true:suggestion | ||
csharp_style_var_elsewhere = true:suggestion | ||
|
||
# Disallow throw expressions. | ||
csharp_style_throw_expression = false:suggestion | ||
|
||
# Newline settings | ||
csharp_new_line_before_open_brace = all | ||
csharp_new_line_before_else = true | ||
csharp_new_line_before_catch = true | ||
csharp_new_line_before_finally = true | ||
csharp_new_line_before_members_in_object_initializers = true | ||
csharp_new_line_before_members_in_anonymous_types = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,4 @@ | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain | ||
|
||
*.jpg binary | ||
*.png binary | ||
*.gif binary | ||
|
||
*.cs text=auto diff=csharp | ||
*.vb text=auto | ||
*.resx text=auto | ||
*.c text=auto | ||
*.cpp text=auto | ||
*.cxx text=auto | ||
*.h text=auto | ||
*.hxx text=auto | ||
*.py text=auto | ||
*.rb text=auto | ||
*.java text=auto | ||
*.html text=auto | ||
*.htm text=auto | ||
*.css text=auto | ||
*.scss text=auto | ||
*.sass text=auto | ||
*.less text=auto | ||
*.js text=auto | ||
*.lisp text=auto | ||
*.clj text=auto | ||
*.sql text=auto | ||
*.php text=auto | ||
*.lua text=auto | ||
*.m text=auto | ||
*.asm text=auto | ||
*.erl text=auto | ||
*.fs text=auto | ||
*.fsx text=auto | ||
*.hs text=auto | ||
|
||
*.csproj text=auto | ||
*.vbproj text=auto | ||
*.fsproj text=auto | ||
*.dbproj text=auto | ||
*.sln text=auto eol=crlf | ||
|
||
* text=auto | ||
*.cs diff=csharp | ||
*.sh eol=lf | ||
*.sln eol=crlf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ _ReSharper.* | |
*.orig | ||
*.user*.userprefs | ||
*DS_Store | ||
|
||
launchSettings.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<Project> | ||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> | ||
|
||
<Import Project="dependencies.props" /> | ||
|
||
<!-- Ensure changes to this file cause project rebuilds. --> | ||
<PropertyGroup> | ||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<Project> | ||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.targets))\Directory.Build.targets" /> | ||
|
||
<!-- In Directory.Build.targets because default items are added after Directory.Build.props is imported, causing invalid duplicate entries. --> | ||
<ItemGroup Condition="Exists( '$(MSBuildProjectDirectory)\Properties\Resources.resx' )"> | ||
<Compile Update="Properties\Resources.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
|
||
<EmbeddedResource Update="Properties\Resources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
</Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Microsoft ASP.NET Core WebHooks | ||
|
||
## Note: This project is solely for the ASP.NET Core WebHooks projects (libraries to consume WebHooks on ASP.NET Core 2.0 and .NET Standard 2.0). For ASP.NET WebHooks (targeting .NET Framework 4.5), see the [aspnet/AspNetWebHooks](https://github.com/aspnet/aspnetwebhooks) repo. | ||
|
||
ASP.NET Core WebHooks provide support for receiving WebHooks. The packages depend on [ASP.NET Core](https://github.com/aspnet/AspNetCore). ASP.NET Core MVC is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core in the [AspNetCore](https://github.com/aspnet/AspNetCore) repo. | ||
|
||
### Samples | ||
- [All Samples](./samples/) | ||
- [Azure](./samples/AzureAlertCoreReceiver) | ||
- [AzureContainerRegistry](./samples/AzureContainerRegistryCoreReceiver) | ||
- [Bitbucket](./samples/BitbucketCoreReceiver) | ||
- [Dropbox](./samples/DropboxCoreReceiver) | ||
- [DynamicCRM](./samples/DynamicsCRMCoreReceiver) | ||
- [GitHub](./samples/GitHubCoreReceiver) | ||
- [Kudu](./samples/KuduCoreReceiver) | ||
- [MailChimp](./samples/MailChimpCoreReceiver) | ||
- [Pusher](./samples/PusherCoreReceiver) | ||
- [SalesForce](./samples/SalesforceCoreReceiver) | ||
- [Slack](./samples/SlackCoreReceiver) | ||
- [Stripe](./samples/StripeCoreReceiver) | ||
- [Trello](./samples/TrelloCoreReceiver) | ||
- [WordPress](./samples/WordPressCoreReceiver) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems unrelated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default is 7.0. KoreBuild overrides the default to 7.2, so I had to add this after removing KoreBuild stuff.