Introduced some unit testing. Cleaned up some classes in Beam. Overhauled source link generation.

This commit is contained in:
2025-05-10 17:20:33 +03:00
parent bfdcdb1f3b
commit a086cfa02b
23 changed files with 386 additions and 185 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace Beam.Tests {
public class UnitTest1 {
[Fact]
public void Test1() {
}
}
}