Skip to content

Commit 862dba9

Browse files
Fix lists on .NET standards (#105)
1 parent 69aa765 commit 862dba9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/standards/csharp_coding_standards.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ This document outlines the standards for writing C# code at Defra. To ensure con
4545
## Additional Resources
4646

4747
For further guidance, refer to the following Microsoft resources:
48+
4849
- [C# Language Reference](https://learn.microsoft.com/en-us/dotnet/csharp/)
4950
- [Asynchronous Programming in C#](https://learn.microsoft.com/en-us/dotnet/csharp/async)
5051
- [Secure Coding Guidelines for .NET](https://learn.microsoft.com/en-us/dotnet/standard/security/secure-coding-guidelines)

docs/standards/net_standards.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ While Node.js is the preferred stack, there are scenarios where .NET may be bett
6060
## Best practices
6161

6262
To ensure consistency and maintainability, follow Microsoft's official guidelines for .NET development:
63+
6364
- [Microsoft .NET Documentation](https://learn.microsoft.com/en-us/dotnet/)
6465
- [Best Practices for .NET Applications](https://learn.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/)
6566
- [Secure Coding Guidelines for .NET](https://learn.microsoft.com/en-us/dotnet/standard/security/secure-coding-guidelines)

0 commit comments

Comments
 (0)