forked from Zaid-Ajaj/Npgsql.FSharp.Analyzer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish v3.12 with better analysis due to parameter nullability infer…
…ence
- Loading branch information
Showing
18 changed files
with
298 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,23 @@ | ||
namespace FParsec | ||
|
||
// Auto-Generated by FAKE; do not edit | ||
namespace System | ||
open System.Reflection | ||
open System.Runtime.CompilerServices | ||
open System.Runtime.InteropServices | ||
|
||
[<assembly: ComVisible(false)>] | ||
[<assembly: AssemblyTitleAttribute("FParsec")>] | ||
[<assembly: AssemblyProductAttribute("NpgsqlFSharpAnalyzer")>] | ||
[<assembly: AssemblyVersionAttribute("3.12.0")>] | ||
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2020-08-29T00:00:00.0000000")>] | ||
[<assembly: AssemblyFileVersionAttribute("3.12.0")>] | ||
[<assembly: AssemblyInformationalVersionAttribute("3.12.0")>] | ||
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>] | ||
[<assembly: AssemblyMetadataAttribute("GitHash","fdb4e9da4d035afc38f1941a84adf621fd8c2574")>] | ||
do () | ||
|
||
#if LOW_TRUST | ||
[<assembly: System.Security.AllowPartiallyTrustedCallers>] | ||
[<assembly: System.Security.SecurityTransparent>] | ||
#endif | ||
[<assembly: InternalsVisibleTo(FParsec.CommonAssemblyInfo.TestAssemblyName + FParsec.CommonAssemblyInfo.StrongNamePublicKey)>] | ||
do () | ||
module internal AssemblyVersionInformation = | ||
let [<Literal>] AssemblyTitle = "FParsec" | ||
let [<Literal>] AssemblyProduct = "NpgsqlFSharpAnalyzer" | ||
let [<Literal>] AssemblyVersion = "3.12.0" | ||
let [<Literal>] AssemblyMetadata_ReleaseDate = "2020-08-29T00:00:00.0000000" | ||
let [<Literal>] AssemblyFileVersion = "3.12.0" | ||
let [<Literal>] AssemblyInformationalVersion = "3.12.0" | ||
let [<Literal>] AssemblyMetadata_ReleaseChannel = "release" | ||
let [<Literal>] AssemblyMetadata_GitHash = "fdb4e9da4d035afc38f1941a84adf621fd8c2574" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,5 @@ | ||
using System.Reflection; | ||
using System.Runtime.CompilerServices; | ||
using System.Runtime.CompilerServices; | ||
using System.Runtime.InteropServices; | ||
|
||
[assembly: ComVisible(false)] | ||
|
||
#if LOW_TRUST | ||
[assembly: System.Security.AllowPartiallyTrustedCallers] | ||
[assembly: System.Security.SecurityTransparent] | ||
#endif | ||
|
||
[assembly: InternalsVisibleTo ("FParsec" + FParsec.CommonAssemblyInfo.StrongNamePublicKey)] | ||
[assembly: InternalsVisibleTo (FParsec.CommonAssemblyInfo.TestAssemblyName + FParsec.CommonAssemblyInfo.StrongNamePublicKey)] | ||
|
||
namespace FParsec { | ||
|
||
internal static partial class CommonAssemblyInfo { | ||
public const string TestAssemblyName = "Test"; | ||
|
||
#if STRONG_NAME | ||
public const string StrongNamePublicKey = | ||
", PublicKey=002400000480000094000000060200000024000052534131000400000100010077c6be48a40f5b" + | ||
"194ec9f992e5b512bbbba33e211354d9ee50c3214decddad8356470a9a19a9ee84637cbd6ff690" + | ||
"9527d3973741dbe0a69b1461eeae774af9a78de45618ffd6fe7c7d52e0441b92f3bc7e8fb5757f" + | ||
"b8b1611a0b6b8c9f9ef64edcf51d44218ae040f3015373fd261d30f8e1f5a1f914fd9ebcde7d7e" + | ||
"f42dbaa5"; | ||
#else | ||
public const string StrongNamePublicKey = ""; | ||
#endif | ||
}; | ||
|
||
} | ||
[assembly: InternalsVisibleTo ("FParsec")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// Auto-Generated by FAKE; do not edit | ||
namespace System | ||
open System.Reflection | ||
|
||
[<assembly: AssemblyTitleAttribute("NpgsqlFSharpParser")>] | ||
[<assembly: AssemblyProductAttribute("NpgsqlFSharpAnalyzer")>] | ||
[<assembly: AssemblyVersionAttribute("3.12.0")>] | ||
[<assembly: AssemblyMetadataAttribute("ReleaseDate","2020-08-29T00:00:00.0000000")>] | ||
[<assembly: AssemblyFileVersionAttribute("3.12.0")>] | ||
[<assembly: AssemblyInformationalVersionAttribute("3.12.0")>] | ||
[<assembly: AssemblyMetadataAttribute("ReleaseChannel","release")>] | ||
[<assembly: AssemblyMetadataAttribute("GitHash","fdb4e9da4d035afc38f1941a84adf621fd8c2574")>] | ||
do () | ||
|
||
module internal AssemblyVersionInformation = | ||
let [<Literal>] AssemblyTitle = "NpgsqlFSharpParser" | ||
let [<Literal>] AssemblyProduct = "NpgsqlFSharpAnalyzer" | ||
let [<Literal>] AssemblyVersion = "3.12.0" | ||
let [<Literal>] AssemblyMetadata_ReleaseDate = "2020-08-29T00:00:00.0000000" | ||
let [<Literal>] AssemblyFileVersion = "3.12.0" | ||
let [<Literal>] AssemblyInformationalVersion = "3.12.0" | ||
let [<Literal>] AssemblyMetadata_ReleaseChannel = "release" | ||
let [<Literal>] AssemblyMetadata_GitHash = "fdb4e9da4d035afc38f1941a84adf621fd8c2574" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.