Skip to content

Commit 3f3afd9

Browse files
smoothdeveloperThorium
authored andcommitted
(minor) revert the CompilerMessage attribute, add nowarn in the test project.
1 parent 48c5ec4 commit 3f3afd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SqlClient/DataTable.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ open System.Collections.Generic
77
open FSharp.Data.SqlClient.Internals
88

99
[<Sealed>]
10-
//[<CompilerMessageAttribute("This API supports the FSharp.Data.SqlClient infrastructure and is not intended to be used directly from your code.", 101, IsHidden = true)>]
10+
[<CompilerMessageAttribute("This API supports the FSharp.Data.SqlClient infrastructure and is not intended to be used directly from your code.", 101, IsHidden = true)>]
1111
[<RequireQualifiedAccessAttribute>]
1212
type DataTable<'T when 'T :> DataRow>(selectCommand: SqlCommand, ?connectionString: Lazy<string>) =
1313
inherit DataTable()

0 commit comments

Comments
 (0)