Skip to content

Commit

Permalink
remove suffix Module on namespace for better C# interop (#19)
Browse files Browse the repository at this point in the history
Namespace was `MongoDB.Bson.Serialization.FSharp` for F# and
`MongoDB.Bson.Serialization.FSharpModule` for C#.
Unify this under `MongoDB.Bson.Serialization.FSharp`.
  • Loading branch information
pchalamet authored Dec 29, 2024
1 parent 978229d commit 5a3ab97
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ open MongoDB.Bson.Serialization.Conventions
open MongoDB.Bson.Serialization.Helpers
open MongoDB.Bson.Serialization.Serializers

[<CompilationRepresentation(CompilationRepresentationFlags.ModuleSuffix)>]
[<RequireQualifiedAccess>]
module FSharp =

Expand Down

0 comments on commit 5a3ab97

Please sign in to comment.