Skip to content

Commit 5c31674

Browse files
MaxymGornColdForeigndependabot[bot]
authored
Update projects to .NET 10 (#447)
## Target <!-- Why are you making this change? --> #### Open Questions <!-- OPTIONAL - [ ] Use the GitHub checklists to spark discussion on issues that may arise from your approach. Please tick the box and explain your answer. --> ## Checklist <!-- It serves as a gentle reminder for common tasks. Confirm it's done and check everything that applies. --> - [ ] Tests cover new or modified code - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the site documentation - [ ] I have made corresponding changes to the README, NuGet README file - [ ] My changes generate no new warnings - [ ] New dependencies added or updated - [ ] Includes breaking changes - [ ] Version bumped ## Visuals <!-- OPTIONAL Show results both before and after this change. When the output changes, it can be a screenshot of a trace, metric, or log illustrating the change. --> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: ColdForeign <[email protected]> Co-authored-by: George Radchuk <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f713d9 commit 5c31674

File tree

60 files changed

+842
-572
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+842
-572
lines changed

.editorconfig

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ indent_size = 2
3939

4040
# YML files
4141
[*.yml]
42-
indent_size = 2
42+
# Indentation
4343
indent_style = space
44+
indent_size = 2
4445

4546
[*.{cs,vb}]
4647
#### Naming styles ####
@@ -100,3 +101,9 @@ insert_final_newline = true
100101
tab_width = 4
101102
indent_size = 4
102103
indent_style = tab
104+
105+
[*.{css,scss,less}]
106+
indent_style = space
107+
indent_size = 4
108+
insert_final_newline = true
109+
quote_type = double
Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Go to '...'
1616
2. Click on '....'
1717
3. Scroll down to '....'
@@ -24,18 +24,21 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
27+
28+
- OS: [e.g. iOS]
29+
- Browser [e.g. chrome, safari]
30+
- Version [e.g. 22]
3031

3132
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
33+
34+
- Device: [e.g. iPhone6]
35+
- OS: [e.g. iOS8.1]
36+
- Browser [e.g. stock browser, safari]
37+
- Version [e.g. 22]
3638

3739
**Additional context**
3840
Add any other context about the problem here.
3941

4042
**Pull Request**
43+
4144
- [ ] I would like to do a Pull Request

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
---
12
blank_issues_enabled: false
23
contact_links:
34
- name: Github Discussions
45
url: https://github.com/CropperBlazor/Cropper.Blazor/discussions
56
about: Please ask and answer questions here
67
- name: Telegram
78
url: https://t.me/+dLQD8Al6C9s0ZjMy
8-
about: You can also ask and answer questions here
9+
about: You can also ask and answer questions here

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**Is your feature request related to a problem? Please describe.**
@@ -20,4 +19,5 @@ A clear and concise description of any alternative solutions or features you've
2019
Add any other context or screenshots about the feature request here.
2120

2221
**Pull Request**
22+
2323
- [ ] I would like to do a Pull Request

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
## Target
2+
23
<!--
34
Why are you making this change?
45
-->
56

67
#### Open Questions
8+
79
<!-- OPTIONAL
810
- [ ] Use the GitHub checklists to spark discussion on issues that may arise from your approach. Please tick the box and explain your answer.
911
-->
1012

1113
## Checklist
14+
1215
<!--
1316
It serves as a gentle reminder for common tasks. Confirm it's done and check everything that applies.
1417
-->
18+
1519
- [ ] Tests cover new or modified code
1620
- [ ] I have performed a self-review of my own code
1721
- [ ] I have commented my code, particularly in hard-to-understand areas
@@ -23,6 +27,7 @@
2327
- [ ] Version bumped
2428

2529
## Visuals
30+
2631
<!-- OPTIONAL
2732
Show results both before and after this change. When the output changes, it can be a screenshot of a trace, metric, or log illustrating the change.
2833
-->

.github/codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
---
12
comment:
23
require_changes: true
34
coverage:
45
status:
56
project:
67
default:
7-
target: 100% # the required coverage value
8-
threshold: 0.1% # the leniency in hitting the target
8+
target: 100% # the required coverage value
9+
threshold: 0.1% # the leniency in hitting the target
910
patch:
1011
default:
1112
target: 100%
1213
threshold: 10%
13-

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
version: 2
23
updates:
34
- package-ecosystem: "nuget"
@@ -17,7 +18,6 @@ updates:
1718
- MaxymGorn
1819
- ColdForeign
1920

20-
2121
- package-ecosystem: github-actions
2222
directory: "/.github"
2323
target-branch: "dev"

.github/linters/.checkov.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
quiet: true
23
skip-check:
34
- CKV2_GHA_1

.github/linters/.htmlhintrc

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
2-
"attr-lowercase": ["viewBox", "stdDeviation", "tableValues", "gradientUnits", "repeatCount", "attributeName"],
3-
"tagname-lowercase": false,
4-
"attr-value-double-quotes": false,
5-
"attr-no-duplication": true,
6-
"tag-pair": true,
7-
"tag-self-close": true,
8-
"id-unique": true,
9-
"doctype-first": false
10-
}
2+
"attr-lowercase": [
3+
"viewBox",
4+
"stdDeviation",
5+
"tableValues",
6+
"gradientUnits",
7+
"repeatCount",
8+
"attributeName"
9+
],
10+
"tagname-lowercase": false,
11+
"attr-value-double-quotes": false,
12+
"attr-no-duplication": true,
13+
"tag-pair": true,
14+
"tag-self-close": true,
15+
"id-unique": true,
16+
"doctype-first": false
17+
}

.github/linters/.jscpd.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"threshold": 0,
3-
"reporters": [
4-
"consoleFull"
5-
],
3+
"reporters": ["consoleFull"],
64
"ignore": [
7-
"**/src/Cropper.Blazor/Cropper.Blazor.UnitTests/**",
8-
"**/examples/**",
9-
"**/*.md",
10-
"**/*excubowebcompiler.json"
5+
"**/src/Cropper.Blazor/Cropper.Blazor.UnitTests/**",
6+
"**/examples/**",
7+
"**/*.md",
8+
"**/*excubowebcompiler.json",
9+
"**/bin/**",
10+
"**/obj/**"
1111
],
1212
"absolute": true,
1313
"minTokens": 75

0 commit comments

Comments
 (0)