Skip to content

Commit

Permalink
Please build.
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Gro committed Feb 20, 2025
1 parent a1cb9fb commit 0fa6e64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Compiler/Interactive/ControlledExecution.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// because we continue to support older coreclrs and the windows desktop framework through netstandard2.0
// we access the features using reflection

#nowarn 3262 // The `Option.ofObj (Type.GetType..) construct warns in ns20, because Type.GetType is not annotated as nullable

namespace FSharp.Compiler.Interactive

open System
Expand Down
1 change: 1 addition & 0 deletions src/FSharp.Build/FSharpEmbedResourceText.fs
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ open Printf
let StringBoilerPlate fileName =
@"
// BEGIN BOILERPLATE
#nowarn 3262 // The call to Option.ofObj below is applied in multiple compilation modes for GetString, sometimes the value is typed as a non-nullable string
static let getCurrentAssembly () = System.Reflection.Assembly.GetExecutingAssembly()
Expand Down

0 comments on commit 0fa6e64

Please sign in to comment.