diff --git a/src/StructId.FunctionalTests/NoNs.cs b/src/StructId.FunctionalTests/NoNs.cs new file mode 100644 index 0000000..a0c3559 --- /dev/null +++ b/src/StructId.FunctionalTests/NoNs.cs @@ -0,0 +1,6 @@ +using StructId.Functional; + +// Showcases that types don't need to have a namespace +public partial record struct NoNsId : IStructId; + +public record NoNsProduct(NoNsId Id, string Name); \ No newline at end of file