Skip to content

Commit

Permalink
Minor project tweaks (#15)
Browse files Browse the repository at this point in the history
* non code related changes

- tweaked items in solution folder
- updated dates on .editorconfig files (no real changes; keeping thing un sync)
- "fixed" stylecop setting
- updated packages and tools

* tweaked templates
  • Loading branch information
rheone authored Feb 3, 2025
1 parent a16ea2b commit 707afba
Show file tree
Hide file tree
Showing 12 changed files with 176 additions and 135 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"rollForward": false
},
"dotnet-outdated-tool": {
"version": "4.6.4",
"version": "4.6.7",
"commands": [
"dotnet-outdated"
],
Expand Down
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Root .editorconfig as of 2023-06-30
# Root .editorconfig as of 2025-02-03

root = true

Expand Down
18 changes: 12 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
---
name: Bug report
name: Bug Report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

**Describe the bug**
# Bug Report

## Describe the bug

A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
## How to Reproduce

Steps to reproduce the behavior.

## Expected Behavior

**Expected behavior**
A clear and concise description of what you expected to happen.

**Additional context**
## Additional context

Add any other context about the problem here.
20 changes: 15 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
---
name: Feature request
name: Feature Request
about: Suggest an idea for this project
title: "[REQUEST]"
labels: enhancement
assignees: ''

---

**Is your feature request related to missing applicable functionality?**
# Feature Request

## Is your feature request related to missing applicable functionality?

A clear and concise description of what the missing functionality. Please include RFCs or references as appropriate.

**Describe the potential solution you'd like**
## Proposed Solutions

A clear and concise description of what you would like to see as a result.

**Describe alternatives you've considered**
## Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
# Can you help?

Let us know if you are interested in helping, and in what capacity. e.g.: I want to write code and create a pull request, I can provide test cases, I have a suggestion on how it can be done, etc.

## Additional context

Add any other context or screenshots about the feature request here.
9 changes: 5 additions & 4 deletions HUMANS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- [Robert H. Engelhardt](https://rheone.com/)
- Drew Antonich
- Stephen Jackson
- Sterling Violette
- [Robert H. Engelhardt](https://github.com/rheone)
- [Drew Antonich](https://github.com/drewantonich)
- [Stephen Jackson](https://github.com/scj7t4)
- [Sterling Violette](https://github.com/Sterlinghv)
- [Madison Brewer](https://github.com/mabdrew)
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,18 +176,18 @@ This project was built by the Production Tools Team at Sandia National Laborator

Including, but not limited to:

- [Robert H. Engelhardt](https://rheone.com/)
- Drew Antonich
- Stephen Jackson
- Sterling Violette
- Madison Brewer
- [Robert H. Engelhardt](https://github.com/rheone)
- [Drew Antonich](https://github.com/drewantonich)
- [Stephen Jackson](https://github.com/scj7t4)
- [Sterling Violette](https://github.com/Sterlinghv)
- [Madison Brewer](https://github.com/mabdrew)

## Copyright

> Copyright 2024 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software
> Copyright 2025 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software
## License

> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
> http://www.apache.org/licenses/LICENSE-2.0
> Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
> Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
6 changes: 3 additions & 3 deletions src/NetDuid.Tests/NetDuid.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Roslynator.Analyzers" Version="4.12.10">
<PackageReference Include="Roslynator.Analyzers" Version="4.12.11">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="4.12.10">
<PackageReference Include="Roslynator.CodeAnalysis.Analyzers" Version="4.12.11">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.12.10">
<PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.12.11">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
104 changes: 45 additions & 59 deletions src/NetDuid.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,23 @@
"Microsoft.CodeCoverage": "17.12.0"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
"type": "Direct",
"requested": "[1.0.3, )",
"resolved": "1.0.3",
"contentHash": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies.net48": "1.0.3"
}
},
"Roslynator.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "Wecq3nfhTvnJPxX87hKbjMdX1xeCAMJf9rdBX3nQLTntQs9v0fFbUB2eQSSOArXMuFh7MxjLWaL4+b6XMi1NDA=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "yvsRYT5EVtcT+V8ZW+5cxd1O9Sgf8PbC7DlQL/T5NA4g5yjaFe+WQ7evpy92Lj29m2E+XayBsO2TnCWKZlPWaA=="
},
"Roslynator.CodeAnalysis.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "P/8rraJ0lDO792C8VajyKsaljMR4pWheoSv6bJnCspydf8gNZe+r2JJNis0IxMO2a8vLOyB+8CMIaVLIUndSNQ=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "IUh5LVaCrhFpuNMbtEEZkMzzdn1bkPXiIn5dMkT7zY3m4Y64s2Vh2tpGE7IdJcmnEaIHdmLVkE1WaE0H8IXtcQ=="
},
"Roslynator.Formatting.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "Yz0OhQtuECTPBMoURxcv1XKgquVpUcUOpRGac8tormJSJzbMYK8qvVSvjIvQkQOrfYPLFa8aak5200BEAq/X9Q=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "+6Rlz0wY5Rc1eceHytRjM3+Hg9kt8zDPfGOeutv2Yy62rQgyFhvFAAdOT+SP64jEj9MTIjiasO5W965NBWxi7g=="
},
"SonarAnalyzer.CSharp": {
"type": "Direct",
Expand Down Expand Up @@ -89,11 +80,6 @@
"resolved": "17.12.0",
"contentHash": "4svMznBd5JM21JIG2xZKGNanAHNXplxf/kQDFfLHXQ3OnpJkayRK/TjacFjA+EYmoyuNXHo/sOETEfcYtAzIrA=="
},
"Microsoft.NETFramework.ReferenceAssemblies.net48": {
"type": "Transitive",
"resolved": "1.0.3",
"contentHash": "zMk4D+9zyiEWByyQ7oPImPN/Jhpj166Ky0Nlla4eXlNL8hI/BtSJsgR8Inldd4NNpIAH3oh8yym0W2DrhXdSLQ=="
},
"Microsoft.TestPlatform.ObjectModel": {
"type": "Transitive",
"resolved": "17.12.0",
Expand Down Expand Up @@ -186,21 +172,21 @@
},
"Roslynator.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "Wecq3nfhTvnJPxX87hKbjMdX1xeCAMJf9rdBX3nQLTntQs9v0fFbUB2eQSSOArXMuFh7MxjLWaL4+b6XMi1NDA=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "yvsRYT5EVtcT+V8ZW+5cxd1O9Sgf8PbC7DlQL/T5NA4g5yjaFe+WQ7evpy92Lj29m2E+XayBsO2TnCWKZlPWaA=="
},
"Roslynator.CodeAnalysis.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "P/8rraJ0lDO792C8VajyKsaljMR4pWheoSv6bJnCspydf8gNZe+r2JJNis0IxMO2a8vLOyB+8CMIaVLIUndSNQ=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "IUh5LVaCrhFpuNMbtEEZkMzzdn1bkPXiIn5dMkT7zY3m4Y64s2Vh2tpGE7IdJcmnEaIHdmLVkE1WaE0H8IXtcQ=="
},
"Roslynator.Formatting.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "Yz0OhQtuECTPBMoURxcv1XKgquVpUcUOpRGac8tormJSJzbMYK8qvVSvjIvQkQOrfYPLFa8aak5200BEAq/X9Q=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "+6Rlz0wY5Rc1eceHytRjM3+Hg9kt8zDPfGOeutv2Yy62rQgyFhvFAAdOT+SP64jEj9MTIjiasO5W965NBWxi7g=="
},
"SonarAnalyzer.CSharp": {
"type": "Direct",
Expand Down Expand Up @@ -334,21 +320,21 @@
},
"Roslynator.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "Wecq3nfhTvnJPxX87hKbjMdX1xeCAMJf9rdBX3nQLTntQs9v0fFbUB2eQSSOArXMuFh7MxjLWaL4+b6XMi1NDA=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "yvsRYT5EVtcT+V8ZW+5cxd1O9Sgf8PbC7DlQL/T5NA4g5yjaFe+WQ7evpy92Lj29m2E+XayBsO2TnCWKZlPWaA=="
},
"Roslynator.CodeAnalysis.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "P/8rraJ0lDO792C8VajyKsaljMR4pWheoSv6bJnCspydf8gNZe+r2JJNis0IxMO2a8vLOyB+8CMIaVLIUndSNQ=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "IUh5LVaCrhFpuNMbtEEZkMzzdn1bkPXiIn5dMkT7zY3m4Y64s2Vh2tpGE7IdJcmnEaIHdmLVkE1WaE0H8IXtcQ=="
},
"Roslynator.Formatting.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "Yz0OhQtuECTPBMoURxcv1XKgquVpUcUOpRGac8tormJSJzbMYK8qvVSvjIvQkQOrfYPLFa8aak5200BEAq/X9Q=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "+6Rlz0wY5Rc1eceHytRjM3+Hg9kt8zDPfGOeutv2Yy62rQgyFhvFAAdOT+SP64jEj9MTIjiasO5W965NBWxi7g=="
},
"SonarAnalyzer.CSharp": {
"type": "Direct",
Expand Down Expand Up @@ -482,21 +468,21 @@
},
"Roslynator.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "Wecq3nfhTvnJPxX87hKbjMdX1xeCAMJf9rdBX3nQLTntQs9v0fFbUB2eQSSOArXMuFh7MxjLWaL4+b6XMi1NDA=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "yvsRYT5EVtcT+V8ZW+5cxd1O9Sgf8PbC7DlQL/T5NA4g5yjaFe+WQ7evpy92Lj29m2E+XayBsO2TnCWKZlPWaA=="
},
"Roslynator.CodeAnalysis.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "P/8rraJ0lDO792C8VajyKsaljMR4pWheoSv6bJnCspydf8gNZe+r2JJNis0IxMO2a8vLOyB+8CMIaVLIUndSNQ=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "IUh5LVaCrhFpuNMbtEEZkMzzdn1bkPXiIn5dMkT7zY3m4Y64s2Vh2tpGE7IdJcmnEaIHdmLVkE1WaE0H8IXtcQ=="
},
"Roslynator.Formatting.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "Yz0OhQtuECTPBMoURxcv1XKgquVpUcUOpRGac8tormJSJzbMYK8qvVSvjIvQkQOrfYPLFa8aak5200BEAq/X9Q=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "+6Rlz0wY5Rc1eceHytRjM3+Hg9kt8zDPfGOeutv2Yy62rQgyFhvFAAdOT+SP64jEj9MTIjiasO5W965NBWxi7g=="
},
"SonarAnalyzer.CSharp": {
"type": "Direct",
Expand Down Expand Up @@ -630,21 +616,21 @@
},
"Roslynator.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "Wecq3nfhTvnJPxX87hKbjMdX1xeCAMJf9rdBX3nQLTntQs9v0fFbUB2eQSSOArXMuFh7MxjLWaL4+b6XMi1NDA=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "yvsRYT5EVtcT+V8ZW+5cxd1O9Sgf8PbC7DlQL/T5NA4g5yjaFe+WQ7evpy92Lj29m2E+XayBsO2TnCWKZlPWaA=="
},
"Roslynator.CodeAnalysis.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "P/8rraJ0lDO792C8VajyKsaljMR4pWheoSv6bJnCspydf8gNZe+r2JJNis0IxMO2a8vLOyB+8CMIaVLIUndSNQ=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "IUh5LVaCrhFpuNMbtEEZkMzzdn1bkPXiIn5dMkT7zY3m4Y64s2Vh2tpGE7IdJcmnEaIHdmLVkE1WaE0H8IXtcQ=="
},
"Roslynator.Formatting.Analyzers": {
"type": "Direct",
"requested": "[4.12.10, )",
"resolved": "4.12.10",
"contentHash": "Yz0OhQtuECTPBMoURxcv1XKgquVpUcUOpRGac8tormJSJzbMYK8qvVSvjIvQkQOrfYPLFa8aak5200BEAq/X9Q=="
"requested": "[4.12.11, )",
"resolved": "4.12.11",
"contentHash": "+6Rlz0wY5Rc1eceHytRjM3+Hg9kt8zDPfGOeutv2Yy62rQgyFhvFAAdOT+SP64jEj9MTIjiasO5W965NBWxi7g=="
},
"SonarAnalyzer.CSharp": {
"type": "Direct",
Expand Down
38 changes: 38 additions & 0 deletions src/NetDuid.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,51 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetDuid.Tests", "NetDuid.Te
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FC1CE95C-C60A-4819-BE1E-BD12B4D6DB46}"
ProjectSection(SolutionItems) = preProject
..\CODE_OF_CONDUCT.md = ..\CODE_OF_CONDUCT.md
global.json = global.json
..\HUMANS.md = ..\HUMANS.md
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
..\SECURITY.md = ..\SECURITY.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "codequality", "codequality", "{3E4EB914-9384-4B6E-9FAB-C6667745B5D6}"
ProjectSection(SolutionItems) = preProject
.csharpierrc.json = .csharpierrc.json
.editorconfig = .editorconfig
..\.editorconfig = ..\.editorconfig
..\dictionary.dic = ..\dictionary.dic
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{7D39F012-D8DD-40ED-843A-857B08DC7FAA}"
ProjectSection(SolutionItems) = preProject
..\.gitattributes = ..\.gitattributes
..\.gitignore = ..\.gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution", "solution", "{F01B1C3E-8AA7-465B-A400-81FF48FCBC17}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{3520B445-ECF9-4733-88AB-7AF5C510E0D1}"
ProjectSection(SolutionItems) = preProject
..\.github\dependabot.yml = ..\.github\dependabot.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflow", "workflow", "{69D97C45-FF17-47DA-94A9-1569C270859F}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\build.yml = ..\.github\workflows\build.yml
..\.github\workflows\publish.yml = ..\.github\workflows\publish.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "issue templates", "issue templates", "{2F126E04-0CB1-4459-BE81-3648741699B7}"
ProjectSection(SolutionItems) = preProject
..\.github\ISSUE_TEMPLATE\bug_report.md = ..\.github\ISSUE_TEMPLATE\bug_report.md
..\.github\ISSUE_TEMPLATE\feature_request.md = ..\.github\ISSUE_TEMPLATE\feature_request.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -41,6 +74,11 @@ Global
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3E4EB914-9384-4B6E-9FAB-C6667745B5D6} = {FC1CE95C-C60A-4819-BE1E-BD12B4D6DB46}
{7D39F012-D8DD-40ED-843A-857B08DC7FAA} = {FC1CE95C-C60A-4819-BE1E-BD12B4D6DB46}
{F01B1C3E-8AA7-465B-A400-81FF48FCBC17} = {FC1CE95C-C60A-4819-BE1E-BD12B4D6DB46}
{3520B445-ECF9-4733-88AB-7AF5C510E0D1} = {FC1CE95C-C60A-4819-BE1E-BD12B4D6DB46}
{69D97C45-FF17-47DA-94A9-1569C270859F} = {3520B445-ECF9-4733-88AB-7AF5C510E0D1}
{2F126E04-0CB1-4459-BE81-3648741699B7} = {3520B445-ECF9-4733-88AB-7AF5C510E0D1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A17CAA2D-9832-40D6-A5D2-4B5797F88679}
Expand Down
Loading

0 comments on commit 707afba

Please sign in to comment.