Skip to content

Commit

Permalink
Merge pull request #1521 from Thorium/typeprovider-sdk-update2
Browse files Browse the repository at this point in the history
TypeProvider SDK update.
  • Loading branch information
dsyme authored Jan 15, 2025
2 parents b1c5713 + 28c6535 commit cf66169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ NUGET
NETStandard.Library.NETFramework (2.0.0-preview2-25405-01)
GITHUB
remote: fsprojects/FSharp.TypeProviders.SDK
src/ProvidedTypes.fs (3a9510e466cb8ab04e0b86841dc777994909f881)
src/ProvidedTypes.fsi (3a9510e466cb8ab04e0b86841dc777994909f881)
tests/ProvidedTypesTesting.fs (3a9510e466cb8ab04e0b86841dc777994909f881)
src/ProvidedTypes.fs (b965f9485545d308ced1cde3779c9e66a2a298f2)
src/ProvidedTypes.fsi (b965f9485545d308ced1cde3779c9e66a2a298f2)
tests/ProvidedTypesTesting.fs (b965f9485545d308ced1cde3779c9e66a2a298f2)
GROUP Fake
STORAGE: NONE
NUGET
Expand Down
2 changes: 1 addition & 1 deletion src/FSharp.Data.Runtime.Utilities/StructuralTypes.fs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ type internal InferedTypeTag with
| Heterogeneous -> "Choice"
| Record None -> "Record"
| Record (Some name) -> NameUtils.nicePascalName name
| Json _ -> "Json"
| Json -> "Json"

/// Converts tag to string code that can be passed to generated code
member x.Code =
Expand Down

0 comments on commit cf66169

Please sign in to comment.