Tomas Grosup

Results 40 issues of Tomas Grosup

A container for nullness related issues.

Needs-Triage

**I propose we change `string` function to always return a non-null result** **The existing way of approaching this problem in F# is non-nullness guaranteed for most cases, and typically for...

I propose we **deprecate** all functionality around **limited structural hashing** and it's corresponding comparer and hasher. This is what it is supposed to be doing: ``` /// A generic hash...

approved-in-principle
area: library

This PR restructures the GH actions into two jobs. First one runs and executes arbitrary code, and is by nature unsafe. It ends with creating a diff patch, and does...

# Instructions for Adding `--typecheck-only` Support to F# Interactive Scripts ## Problem Statement The `--typecheck-only` flag already exists for F# project compilation but is not supported for `.fsx` script files...

Feature Request
Area-FSI

This PR contains 7 commits synced from the mirror repository.

New APIs to VS package init allow us to split package init between foreground and background work. That way we could reduce pressure on the main thread. Relevant PR (check...

Feature Request
Needs-Triage

### Background F# assemblies contain embedded resources for signature and optimization data that can significantly increase assembly size. These resource **names** are templates that get combined with the actual assembly...

Feature Request
Needs-Triage