Skip to content

37 update config files (Breaking changes). #40

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 25 commits into from
Mar 3, 2024
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
2 changes: 1 addition & 1 deletion .AL-Go/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"_ANJ"
],
"customCodeCops": [
".github/BusinessCentral.LinterCop.current.dll"
"https://github.com/StefanMaron/BusinessCentral.LinterCop/releases/latest/download/BusinessCentral.LinterCop.current.dll"
],
"rulesetFile": "Dependency-Graph/.vscode/ruleset.json"
}
Binary file removed .github/BusinessCentral.LinterCop.current.dll
Binary file not shown.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/BugReport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
projects: ["Dependency-Graph"]
assignees:
- novoadev
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!

With your help we will try to annihilate all those :bug: bastards.
- type: textarea
id: What-bug-did-you-find
attributes:
label: What bug did you find?
description: A clear and concise description of what the problem encountered is.
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: Steps-To-Reproduce
attributes:
label: What are the steps to reproduce it?
description: Please indicate which are the steps so that we can reproduce this bug.
placeholder: What do we have to do?
validations:
required: true
- type: textarea
id: Positive-Result
attributes:
label: Satisfactory solution result?
description: Do you know what the expected behavior would be if the bug is fixed?.
placeholder: Tell us what you expect!
validations:
required: false
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/FeatureSuggestion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Suggestion Feature
description: Request a suggestion feature
title: "[Suggestion]: "
labels: ["enhancement"]
projects: ["Dependency-Graph"]
assignees:
- novoadev
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this Suggestion report!

I promise to read it and take it into considerations :two_hearts:
- type: textarea
id: New-Feature
attributes:
label: Describe the new feature and what need it meets
description: Describe a small use case.
placeholder: ...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: ...
validations:
required: false
17 changes: 16 additions & 1 deletion Dependency-Graph.Test/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"al.enableCodeAnalysis": true,
"al.backgroundCodeAnalysis": "Project",
"al.codeAnalyzers": [
"${CodeCop}",
"${UICop}",
Expand All @@ -18,11 +19,25 @@
"CRS.ObjectNameSuffix": "_ANJ",
"rest-client.rememberCookiesForSubsequentRequests": false,
"editor.codeActionsOnSave": {
"source.fixAll.al": true
"source.fixAll.al": "explicit"
},
"alOutline.codeActionsOnSave": [
"SortProperties",
"SortVariables",
"FormatDocument"
],
"al-xml-doc.CheckObjectDocumentationInformationLevel": "Error",
"al-xml-doc.CheckProcedureDocumentationInformationLevel": "Error",
"al-xml-doc.CheckProcedureDocumentationForType": [
"Global Procedures",
"Local Procedures",
"Internal Procedures",
"Protected Procedures",
"Event Publisher"
],
"al-xml-doc.CheckProcedureDocumentationForAccessLevel": [
"Public",
"Internal",
"Local"
]
}
10 changes: 5 additions & 5 deletions Dependency-Graph.Test/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"publisher": "Microsoft",
"name": "Library Assert",
"id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
"version": "22.0.0.0"
"version": "23.0.0.0"
},
{
"id": "5d86850b-0d76-4eca-bd7b-951ad998e997",
"publisher": "Microsoft",
"name": "Tests-TestLibraries",
"version": "22.0.0.0"
"version": "23.0.0.0"
},
{
"publisher": "Microsoft",
"name": "Any",
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
"version": "22.0.0.0"
"version": "23.0.0.0"
},
{
"id": "3c9a4c22-42f6-4e8f-8b96-744c7fef331f",
Expand All @@ -39,7 +39,7 @@
],
"screenshots": [],
"platform": "1.0.0.0",
"application": "22.0.0.0",
"application": "23.0.0.0",
"idRanges": [
{
"from": 99990,
Expand All @@ -55,5 +55,5 @@
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
},
"runtime": "11.0"
"runtime": "12.0"
}
5 changes: 5 additions & 0 deletions Dependency-Graph/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"humao.rest-client"
]
}
Loading