-
Notifications
You must be signed in to change notification settings - Fork 11
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
(GH-121) Support message in multiple format on issues #138
Merged
pascalberger
merged 1 commit into
cake-contrib:develop
from
pascalberger:feature/gh-121
Oct 10, 2019
Merged
(GH-121) Support message in multiple format on issues #138
pascalberger
merged 1 commit into
cake-contrib:develop
from
pascalberger:feature/gh-121
Oct 10, 2019
Conversation
This file contains 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
christianbumann
approved these changes
Oct 10, 2019
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.
Some input otherwise LGTM
src/Cake.Issues.Tests/Serialization/IssueSerializationExtensionsTests.cs
Show resolved
Hide resolved
src/Cake.Issues.Tests/Serialization/IssueSerializationExtensionsTests.cs
Show resolved
Hide resolved
src/Cake.Issues.Tests/Serialization/IssueSerializationExtensionsTests.cs
Show resolved
Hide resolved
src/Cake.Issues.Tests/Serialization/IssueSerializationExtensionsTests.cs
Show resolved
Hide resolved
pascalberger
pushed a commit
to pascalberger/Cake.Issues
that referenced
this pull request
Dec 25, 2023
…t/src/Microsoft.CodeAnalysis.FxCopAnalyzers-3.3.1 Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 3.3.0 to 3.3.1 in /src
pascalberger
pushed a commit
to pascalberger/Cake.Issues
that referenced
this pull request
Dec 25, 2023
…t/src/Microsoft.CodeAnalysis.FxCopAnalyzers-3.3.2 Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 3.3.1 to 3.3.2 in /src
pascalberger
added a commit
to pascalberger/Cake.Issues
that referenced
this pull request
Dec 25, 2023
…t/src/Microsoft.CodeAnalysis.FxCopAnalyzers-3.3.0 Bump Microsoft.CodeAnalysis.FxCopAnalyzers from 3.0.0 to 3.3.0 in /src
pascalberger
pushed a commit
to pascalberger/Cake.Issues
that referenced
this pull request
Apr 6, 2024
…rib#138) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.0 to 17.2.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.11.0...v17.2.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pascalberger
added a commit
to pascalberger/Cake.Issues
that referenced
this pull request
Apr 8, 2024
…ntribgh-135 (cake-contribGH-135) Build against Cake.Issues 1.0 Beta 1
pascalberger
added a commit
to pascalberger/Cake.Issues
that referenced
this pull request
Apr 9, 2024
* Build with Cake Recipe 3.0 * Rename AssemblyInfo files
pascalberger
added a commit
to pascalberger/Cake.Issues
that referenced
this pull request
Dec 10, 2024
Mention SARIF support on homepage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Supports messages in multiple format on issues. Instead of deciding in which format the message should be provided by the issue provider,
IIssue
contains now the message in all formats and the consumer can decide which of the formats fits the best.Fixes #121