Skip to content

Commit

Permalink
resolve warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jand42 committed Aug 14, 2019
1 parent 9255802 commit 0f06ec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/sitelets/WebSharper.Sitelets/RouterInfer.Client.fs
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ type RoutingMacro() =
failwithf "Failed to create Router for type %O, F# union case types are not supported yet" t
| M.DelegateInfo _ ->
failwithf "Failed to create Router for type %O, delegate types are not supported" t
| M.FSharpAnonRecordInfo _ ->
failwith "Failed to create Router, anonymous F# record types are not supported"
| M.StructInfo
| M.NotCustomType ->
if not allJSClassesInitialized then
Expand Down
2 changes: 1 addition & 1 deletion tests/Web/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="2.0.0.0-65535.65535.65535.65535" newVersion="4.6.0.0"/>
<bindingRedirect oldVersion="2.0.0.0-65535.65535.65535.65535" newVersion="4.7.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down

0 comments on commit 0f06ec6

Please sign in to comment.