Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-stryker": {
"version": "4.5.1",
"commands": [
"dotnet-stryker"
]
}
}
}
488 changes: 488 additions & 0 deletions .editorconfig

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @NelsonBN
101 changes: 101 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
---
name: "🐞 Bug report"
description: Report a bug
title: "(Short description)"
labels: [bug]
assignees: [NelsonBN]



body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: What is the problem? A clear and concise description of the bug.
validations:
required: true


- type: textarea
id: expected
attributes:
label: Expected behavior
description: |
What did you expect to happen?
validations:
required: true


- type: textarea
id: current
attributes:
label: Current behavior
description: |
What actually happened?

Please include full errors, uncaught exceptions, stack traces, and relevant logs.
If service responses are relevant, please include wire logs.
validations:
required: false


- type: textarea
id: reproduction
attributes:
label: Reproduction Steps
description: |
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
For more complex issues provide a repo with the smallest sample that reproduces the bug.

Avoid including business logic or unrelated code, it makes diagnosis more difficult.
The code sample should be an SSCCE. See http://sscce.org/ for details. In short, please provide a code sample that we can copy/paste, run and reproduce.
validations:
required: false


- type: textarea
id: solution
attributes:
label: Possible Solution
description: |
Suggest a fix/reason for the bug
validations:
required: false


- type: textarea
id: context
attributes:
label: Additional Information/Context
description: |
Anything else that might be relevant for troubleshooting this bug. Providing context helps us come up with a solution that is most useful in the real world.
validations:
required: false


- type: input
id: nuget-version-used
attributes:
label: Targeted nuGet version
placeholder: v1.0.0, v1.0.1, etc.
validations:
required: true


- type: input
id: framework-version-used
attributes:
label: Targeted .NET Platform
placeholder: .NET6.0, .NET5.0 .NET Core 3.1, .NET Framework 4.7, etc.
validations:
required: true


- type: input
id: operating-system
attributes:
label: Operating System and version
placeholder: Windows 10, OSX Mojave, Ubuntu, AmazonLinux, etc.
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: "📕 Documentation issue or suggestion"
description: Report an issue or a suggestion for documentation
title: "(Short description)"
labels: [documentation]
assignees: [NelsonBN]



body:
- type: textarea
id: description
attributes:
label: Describe the issue
description: A clear and concise description of the issue.
validations:
required: true


- type: textarea
id: links
attributes:
label: Links
description: Include links to affected documentation page(s).
validations:
required: false
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: "🚀 Feature request"
description: "Suggest an idea for this project"
title: "(Short description)"
labels: [feature-request]
assignees: [NelsonBN]



body:
- type: textarea
id: description
attributes:
label: Describe the feature
description: A clear and concise description of the feature you are proposing.
validations:
required: true


- type: textarea
id: use-case
attributes:
label: Use Case
description: Why do you need this feature? For example "I'm always frustrated when...""
validations:
required: true


- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Suggest how to implement the addition or change. Please include prototype/workaround/sketch/reference implementation.
validations:
required: false


- type: checkboxes
id: ack
attributes:
label: Acknowledgements
options:
- label: I may be able to implement this feature request
required: false
- label: This feature might incur a breaking change
required: false
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/support.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: "💊 Support"
description: "Request support about this project"
title: "(short issue description)"
labels: [support]
assignees: [NelsonBN]



body:
- type: input
id: topic
attributes:
label: Question title
placeholder: Short description of your question
validations:
required: true


- type: textarea
id: question
attributes:
label: Describe your question
validations:
required: true
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: "🔧 Task"
description: Report a task suggestion or project maintenance
title: "(Short description)"
labels: [task]
assignees: [NelsonBN]



body:
- type: textarea
id: description
attributes:
label: Describe the task
description: A clear and concise description of the task.
validations:
required: true
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Describe your changes

## Issue number or link

## Checklist before requesting a review
- [ ] I have performed a self-review of my code.
- [ ] Implemented tests for new features.
- [ ] I tested the features already implemented.
- [ ] Added usage examples in the readme.
41 changes: 41 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
assignees:
- "NelsonBN"
reviewers:
- "NelsonBN"
commit-message:
prefix: "build"
include: "scope"
target-branch: "main"

- package-ecosystem: "nuget"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
assignees:
- "NelsonBN"
reviewers:
- "NelsonBN"
commit-message:
prefix: "build"
include: "scope"
target-branch: "main"

- package-ecosystem: "dotnet-sdk"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
assignees:
- "NelsonBN"
reviewers:
- "NelsonBN"
commit-message:
prefix: "build"
include: "scope"
target-branch: "main"
37 changes: 37 additions & 0 deletions .github/hooks/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/bin/sh
#
# An example hook script to check the commit log message.
# Called by "git commit" with one argument, the name of the file
# that has the commit message. The hook should exit with non-zero
# status after issuing an appropriate message if it wants to stop the
# commit. The hook is allowed to edit the commit message file.
#
# To enable this hook, rename this file to "commit-msg".

# Uncomment the below to add a Signed-off-by line to the message.
# Doing this in a hook is a bad idea in general, but the prepare-commit-msg
# hook is more suited to it.
#
# SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
# grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1"

# This example catches duplicate Signed-off-by lines.

test "" = "$(grep '^Signed-off-by: ' "$1" |
sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || {
echo >&2 Duplicate Signed-off-by lines.
exit 1
}
if ! head -1 "$1" | grep -qE "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test|merge)(\(.+?\))?(\!)?: .{3,}$"; then
echo "Aborting commit. Your commit message is invalid. See some examples below:" >&2
echo "feat(logging): added logs for failed signups" >&2
echo "fix(homepage): fixed image gallery" >&2
echo "test(homepage): updated tests" >&2
echo "docs(readme): added new logging table information" >&2
echo "For more information check https://www.conventionalcommits.org/en/v1.0.0/ for more details" >&2
exit 1
fi
if ! head -1 "$1" | grep -qE "^.{9,72}$"; then
echo "Aborting commit. Your commit message is too long. Max length is 72 characters" >&2
exit 1
fi
Loading
Loading