Thread static and context static 'let' bindings are deprecated. Instead use a declaration of the form 'static val mutable ...

Thread static and context static 'let' bindings are deprecated. Instead use a declaration of the form 'static val mutable  : ' in a class. Add the 'DefaultValue' attribute to this declaration to indicate that the value is initialized to the default value on each new thread.