You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,9 @@ of multiple small libraries that didn't warrant a distinct repository.
12
12
|[Ubiquity.NET.Runtime.Utils](https://ubiquitydotnet.github.io/Ubiquity.NET.Utils/runtime-utils/index.html)| This library contains common support for DSL runtime and language implementers |
13
13
|[Ubiquity.NET.SourceGenerator.Test.Utils](https://ubiquitydotnet.github.io/Ubiquity.NET.Utils/src-gen-test-utils/index.html)| This library contains extensions and helpers for testing source generators |
14
14
|[Ubiquity.NET.SrcGeneration](https://ubiquitydotnet.github.io/Ubiquity.NET.Utils/SrcGeneration/index.html)| This library contains extensions and helpers for implementing source generators |
15
+
16
+
>[!IMPORTANT]
17
+
> When editing code in this repository make certain that any extensions or tooling that
18
+
> automatically removes trailing whitespace is disabled. It is fine to highlight such cases
19
+
> and most of the time remove any. However, there are some tests where a trailing whitespace
0 commit comments