Skip to content

Tags: aspnet/AspNetWebHooks

Tags

1.2.2-rtm

Toggle 1.2.2-rtm's commit message

Verified

This commit was signed with the committer’s verified signature.
pranavkm Pranav K
Update to newer tooling

- move to MSBuild v15.0
- move to StyleCop.MSBuild v5.0.0
  - stable release that supports C#6, not just `nameof(...)`
- move test output path beside, rather than under, regular output path
  - workaround NuGet/Home#6001
  - `\$(Configuration)\Test` -> `\Test\$(Configuration)`
  - quiets builds down significantly
- add AppVeyor configuration and status badge
- disable Travis builds for now
- ignore launchSettings.json files

1.2.1-rtm

Toggle 1.2.1-rtm's commit message
ExecutionDataflowBlockOptions were not passed into all ActionBlock in…

…stances in DataFlowWebHookSender making some of them run with a default MaxDegreeOfParallelism of 1.

1.2.0-rtm

Toggle 1.2.0-rtm's commit message
Incremented timeouts for some tests that could time out on build machine

1.2.0-rc2

Toggle 1.2.0-rc2's commit message
Added sample showing how to use ASP.NET WebHooks with a dependency in…

…jection engine. In this example we use autofac but others are equally valid.

1.2.0-rc1d

Toggle 1.2.0-rc1d's commit message
Changed to consistent use of nameof(...)

1.2.0-rc1c

Toggle 1.2.0-rc1c's commit message
Updated doc comment.

1.2.0-rc1b

Toggle 1.2.0-rc1b's commit message
Made it possible to hook into the default WebHookSender instance and …

…get called when a WebHook retries (in addition to succeeds, is gone, or fails). This enables for a variety of post-send processing scenarios where an implementation may want to take certain actions depending on whether a WebHook is retried.

1.2.0-rc1a

Toggle 1.2.0-rc1a's commit message
Update README.md

Added announcement for RC1

1.2.0-rc1

Toggle 1.2.0-rc1's commit message
Enforce mandatory properties in Azure Alert payload

- Tag mandatory properties with Required.Always so JSON.NET enforces the requirement during (de)serialization
- Fix a couple of comment typos on KuduNotification
- Add required 'resourceRegion' property to AlertMessage1.json test content
- Add AlertMessage3.json to validate change against sample payload in Azure docs
- Add unit tests

1.2.0-beta6b

Toggle 1.2.0-beta6b's commit message
Minor code tweak