Skip to content

Commit 84afb68

Browse files
authored
Merge pull request #40 from NovoaDev/37-update-config-files
37 update config files (Breaking changes).
2 parents e64370c + f235e71 commit 84afb68

File tree

92 files changed

+25254
-1062
lines changed

Some content is hidden

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

92 files changed

+25254
-1062
lines changed

.AL-Go/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"_ANJ"
2929
],
3030
"customCodeCops": [
31-
".github/BusinessCentral.LinterCop.current.dll"
31+
"https://github.com/StefanMaron/BusinessCentral.LinterCop/releases/latest/download/BusinessCentral.LinterCop.current.dll"
3232
],
3333
"rulesetFile": "Dependency-Graph/.vscode/ruleset.json"
3434
}
-70 KB
Binary file not shown.

.github/ISSUE_TEMPLATE/BugReport.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
projects: ["Dependency-Graph"]
6+
assignees:
7+
- novoadev
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this bug report!
13+
14+
With your help we will try to annihilate all those :bug: bastards.
15+
- type: textarea
16+
id: What-bug-did-you-find
17+
attributes:
18+
label: What bug did you find?
19+
description: A clear and concise description of what the problem encountered is.
20+
placeholder: Tell us what you see!
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: Steps-To-Reproduce
25+
attributes:
26+
label: What are the steps to reproduce it?
27+
description: Please indicate which are the steps so that we can reproduce this bug.
28+
placeholder: What do we have to do?
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: Positive-Result
33+
attributes:
34+
label: Satisfactory solution result?
35+
description: Do you know what the expected behavior would be if the bug is fixed?.
36+
placeholder: Tell us what you expect!
37+
validations:
38+
required: false
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Suggestion Feature
2+
description: Request a suggestion feature
3+
title: "[Suggestion]: "
4+
labels: ["enhancement"]
5+
projects: ["Dependency-Graph"]
6+
assignees:
7+
- novoadev
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: |
12+
Thanks for taking the time to fill out this Suggestion report!
13+
14+
I promise to read it and take it into considerations :two_hearts:
15+
- type: textarea
16+
id: New-Feature
17+
attributes:
18+
label: Describe the new feature and what need it meets
19+
description: Describe a small use case.
20+
placeholder: ...
21+
validations:
22+
required: true
23+
- type: textarea
24+
id: alternatives
25+
attributes:
26+
label: Describe alternatives you've considered
27+
description: A clear and concise description of any alternative solutions or features you've considered.
28+
placeholder: ...
29+
validations:
30+
required: false

Dependency-Graph.Test/.vscode/settings.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"al.enableCodeAnalysis": true,
3+
"al.backgroundCodeAnalysis": "Project",
34
"al.codeAnalyzers": [
45
"${CodeCop}",
56
"${UICop}",
@@ -18,11 +19,25 @@
1819
"CRS.ObjectNameSuffix": "_ANJ",
1920
"rest-client.rememberCookiesForSubsequentRequests": false,
2021
"editor.codeActionsOnSave": {
21-
"source.fixAll.al": true
22+
"source.fixAll.al": "explicit"
2223
},
2324
"alOutline.codeActionsOnSave": [
2425
"SortProperties",
2526
"SortVariables",
2627
"FormatDocument"
28+
],
29+
"al-xml-doc.CheckObjectDocumentationInformationLevel": "Error",
30+
"al-xml-doc.CheckProcedureDocumentationInformationLevel": "Error",
31+
"al-xml-doc.CheckProcedureDocumentationForType": [
32+
"Global Procedures",
33+
"Local Procedures",
34+
"Internal Procedures",
35+
"Protected Procedures",
36+
"Event Publisher"
37+
],
38+
"al-xml-doc.CheckProcedureDocumentationForAccessLevel": [
39+
"Public",
40+
"Internal",
41+
"Local"
2742
]
2843
}

Dependency-Graph.Test/app.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"publisher": "Microsoft",
1717
"name": "Library Assert",
1818
"id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
19-
"version": "22.0.0.0"
19+
"version": "23.0.0.0"
2020
},
2121
{
2222
"id": "5d86850b-0d76-4eca-bd7b-951ad998e997",
2323
"publisher": "Microsoft",
2424
"name": "Tests-TestLibraries",
25-
"version": "22.0.0.0"
25+
"version": "23.0.0.0"
2626
},
2727
{
2828
"publisher": "Microsoft",
2929
"name": "Any",
3030
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
31-
"version": "22.0.0.0"
31+
"version": "23.0.0.0"
3232
},
3333
{
3434
"id": "3c9a4c22-42f6-4e8f-8b96-744c7fef331f",
@@ -39,7 +39,7 @@
3939
],
4040
"screenshots": [],
4141
"platform": "1.0.0.0",
42-
"application": "22.0.0.0",
42+
"application": "23.0.0.0",
4343
"idRanges": [
4444
{
4545
"from": 99990,
@@ -55,5 +55,5 @@
5555
"allowDownloadingSource": false,
5656
"includeSourceInSymbolFile": false
5757
},
58-
"runtime": "11.0"
58+
"runtime": "12.0"
5959
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"recommendations": [
3+
"humao.rest-client"
4+
]
5+
}

0 commit comments

Comments
 (0)