* Let 'dotnet fsi --help' print a link to the documentation website.
fixes#16295
* remove language from link
* update some baselines
* more qa baselines
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
From Version 10.0.0-alpha.1.24556.1 -> To Version 10.0.0-alpha.1.24558.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
From Version 10.0.0-alpha.1.24554.1 -> To Version 10.0.0-alpha.1.24556.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com>
* bringing #nowarn args warnings back
* warnings for invalid #nowarn arguments
* fix v8 case
* formatting
* release notes
* further v8 fixes
* fix duplicate prefix removal and add test for it
* another stupid error fixed and test added
* more fixes, tests
* formatting
* simplification and fixes.
* simplification
* removed regex compilation
* fixes as proposed in review
* avoiding Regex
* Using WarningDescription type to get warning number
* More descriptive variable names
Co-authored-by: Petr Pokorny <petr@innit.cz>
* More descriptive variable names - now correct
---------
Co-authored-by: Petr Pokorny <petr@innit.cz>
optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime
From Version 1.0.0-prerelease.23614.4 -> To Version 1.0.0-prerelease.24462.2
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Kevin Ransom (msft) <codecutter@hotmail.com>
* Better ranges for implicit `Inherit` error reporting.
* release notes
* format
* Better check
* Update src/Compiler/Checking/CheckDeclarations.fs
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
* PR comments
* do not use 959
* fix PR comments and add more tests
* moving 959 to type definition range
---------
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
* Disallow abstract member with access modifiers in sig file
* release note
* format
* fix
* fix test
* use access modifier range to show error
* update tests
* update tests
* show both FS0531 and FS0561
---------
Co-authored-by: ijklam <43789618+Tangent-90@users.noreply.github.com>
Co-authored-by: Kevin Ransom (msft) <codecutter@hotmail.com>
* do not modify stdout
* preserve original encoding
* Revert "preserve original encoding"
This reverts commit 9665470b8b.
* add a test
* wip
* fantomas
* add fsi test
* utf16
---------
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Microsoft.SourceBuild.Intermediate.source-build-reference-packages
From Version 10.0.0-alpha.1.24514.1 -> To Version 10.0.0-alpha.1.24515.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
* Revert PR - Make the interaction between #line and #nowarn directives consistent (#17859)
* merge
* revert Reverting PR - Make the interaction between #line and #nowarn directives consistent
* Update LanguageFeatures.fs
---------
Co-authored-by: Kevin Ransom (msft) <codecutter@hotmail.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com>