interactive
interactive copied to clipboard
How to specify a runtime policy?
Does .NET Interactive support specifying a runtime policy? Does it make sense to do so, or does the occurrence of CS1702 typically indicate an error on the user's behalf? Some previous discussions seem to indicate just ignoring the error, but in my experience having these version mismatches can lead to unexpected behavior -- particularly when it comes to System packages which seem to be implicitly referenced at runtime.
related: issues/comments where this came up
- https://github.com/dotnet/interactive/issues/1817#issuecomment-1545327454
- https://github.com/dotnet/interactive/issues/762#issuecomment-827736879
- https://github.com/dotnet/interactive/issues/1939#issue-1176949309