Releases: dotnet/fsharp
Releases · dotnet/fsharp
.NET 9.0.2
What's Changed
- Switch to new VMR control set by @mmitche in #17703
- Fix docs for F# language by @nojaf in #17750
- Fix17713 - Reverting PR - 17649 - Make the interaction between #line and #nowarn directives consistent by @KevinRansom in #17724
- ExcludeFromSourceBuild->ExcludeFromSourceOnlyBuild by @mmitche in #17754
- Make ILTypeDef interface calculation lazy by @DedSec256 in #17392
- FSI: make scripting temp directory one per session instead of global by @majocha in #17760
- Update Versions.props by @vzarytovskii in #17764
- reenable attribute usage in F# 9.0 by @KevinRansom in #17763
- Better ranges for CE
let!
anduse!
error reporting. by @edgarfgp in #17712 - Migrate VisualFSharp tests to Xunit by @psfinaki in #17751
- Removing Nunit from utils by @psfinaki in #17770
- Better error reporting for
CE
do!
by @edgarfgp in #17779 - Clean up FsUnit by @psfinaki in #17781
- Eradicate Nunit by @psfinaki in #17782
- Remove a bunch of dead test data by @psfinaki in #17771
- Ensure
frameworkTcImportsCache
mutations are threadsafe by @majocha in #17795 - Turn off realsig when building product and proto by @vzarytovskii in #17798
- Bugfix for extension methods: Treat System.Private.CoreLib as a system lib for extension method search by @T-Gro in #17799
- Better error reporting for
CE
match!
by @edgarfgp in #17789 - Fix 17786 - CompileBefore/CompileAfter is lost due to the FSharpSourceCodeCompileOrder target by @KevinRansom in #17791
- Respect generic arity in method uniqueness by @T-Gro in #17804
- Remove unused
useSyntaxTreeCache
option by @majocha in #17768 - Improve StartWithContinuations test in AsyncType tests by @majocha in #17767
- Rendering AllowsRefStruct for type parameters by @T-Gro in #17706
- Enable policheck and TSA by @vzarytovskii in #17818
- Fix concurrency issue in
ILPreTypeDefImpl
by @majocha in #17812 - Tests: remove dependency on CurrentDirectory ("test.ok" files) by @majocha in #17815
- CompilerOrder: set metadata for CompileFirst items by @auduchinok in #17820
- Nullness bugfix - change isObjTy early returns in ConstraintSolver by @T-Gro in #17757
- Allow decimal constants by @esbenbjerre in #17769
- Better error reporting for
return, yield, return! and yield!
by @edgarfgp in #17792 - Merge release/dev17.12 to main by @dotnet-bot in #17842
- 17.13 versioning by @vzarytovskii in #17844
- fix parsing table cache bug by @Martin521 in #17816
- Regression test for #14304 by @edgarfgp in #17839
- Merge release/dev17.12 to main by @dotnet-bot in #17851
- Merge release/dev17.12 to release/dev17.13 by @dotnet-bot in #17850
- Merge main to release/dev17.13 by @dotnet-bot in #17852
- Better error reporting for
use
by @edgarfgp in #17811 - make Assertions.withExitCode work by @Martin521 in #17830
- Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 2555417 by @dotnet-bot in #17854
- Merge main to release/dev17.13 by @dotnet-bot in #17855
- Revamp decimal literal tests by @esbenbjerre in #17836
- Merge main to release/dev17.13 by @dotnet-bot in #17861
- Readability of lex.fsl by @Martin521 in #17817
- .NET 9rc2 by @vzarytovskii in #17860
- Merge release/dev17.12 to release/dev17.13 by @dotnet-bot in #17862
- Merge main to release/dev17.13 by @dotnet-bot in #17869
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #17758
- Merge main to release/dev17.13 by @dotnet-bot in #17873
- Fix a link in release notes by @psfinaki in #17883
- Nullness bugfix :: could not assign null to member val property by @T-Gro in #17845
- Better
inherit
error reporting by @edgarfgp in #17879 - Asorted tests improvements by @majocha in #17840
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #17875
- Merge main to release/dev17.13 by @dotnet-bot in #17885
- Better error range for
struct
and restricted super typesinherit
by @edgarfgp in #17886 - Update tools to latest versions by @vzarytovskii in #17889
- Merge main to release/dev17.13 by @dotnet-bot in #17890
- Update source-build team references by @MichaelSimons in #17894
- Merge main to release/dev17.13 by @dotnet-bot in #17892
- RFC FS-1033: Deprecate places where
seq
can be omitted by @edgarfgp in #17772 - Merge main to release/dev17.13 by @dotnet-bot in #17895
- Rename SourceBuildUseMonoRuntime property, which is not SB specific by @directhex in #17778
- Merge release/dev17.12 to release/dev17.13 by @dotnet-bot in #17910
- Merge main to release/dev17.13 by @dotnet-bot in #17908
- Convert OCE to empty value on certain VS operations by @0101 in #17906
- Merge release/dev17.12 to main by @dotnet-bot in #17863
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #17891
- Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 2567162 by @dotnet-bot in #17912
- Merge release/dev17.12 to main by @dotnet-bot in #17913
- Preserve console encoding when using --utf8output switch without swapping console streams by @majocha in #17761
- Fix Internal error when analysing incomplete inherit member by @edgarfgp in #17905
- Disallow abstract member with access modifiers in sig file by @ijklam in #17802
- Restore AwaitTaskCancellationAfterAsyncTokenCancellation test to original shape by @majocha in #17923
- Better ranges for implicit
inherit
error reporting. by @edgarfgp in #17893 - Fix potential OCE in graph processing by @majocha in #17921
- Merge main to release/dev17.13 by @dotnet-bot in #17914
- [main] Update dependencies from dnceng/internal/dotnet-optimization by @dotnet-maestro in #17919
- Merge main to release/dev17.13 by @dotnet-bot in #17926
- Fix missing TailCall warning in Sequential in use scope, #17897 by @dawedawe in #17927
- Merge main to release/dev17.13 by @dotnet-bot in #17936
- Fix Post on disposed mailbox (#17849) by @majocha in #17922
- Fix #17501 by @vzarytovskii in #17668
- simplify the code for diagnostics severity adjustment by @Martin521 in #17896
- Merge main to release/dev17.13 by @dotnet-bot in #17941
- Merge main to release/dev17.13 by @dotnet-bot in #17947
- fix OriginalLine processing in lexing by @Martin521 in #17949
- Merge main to release/dev17.13 by @dotnet-bot in #17954
- Warnings for invalid #nowarn arguments by @Martin521 in #17871
- Warn on uppercase identifiers in patterns. by @edgarfgp in #15816
- Enable parallel compilation features for users of LangVersion=preview by @t...
.NET 9.0.1
What's Changed
- Update microsoft.build for dev17.4 branch by @KevinRansom in #16902
- Update Microsoft.Build dependency for Dev17.5 by @KevinRansom in #16897
- Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 2409578 by @dotnet-bot in #16910
- signing fix for Update to17.4 by @KevinRansom in #16917
- Revert 17.4 by @KevinRansom in #16925
- revert Update17.5 by @KevinRansom in #16926
- Merge release/dev17.4 to release/dev17.5 by @dotnet-bot in #16928
- Merge release/dev17.5 to release/dev17.6 by @dotnet-bot in #16932
- Support empty-bodied computation expressions by @brianrourkeboll in #17352
- Merge release/dev17.11 to main by @dotnet-bot in #17380
- Attribute targets on records by @edgarfgp in #17207
- Merge release/dev17.11 to main by @dotnet-bot in #17390
- Change default compression setting for compiler + bump versions by @KevinRansom in #17383
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #17199
- Defaultrealsig by @KevinRansom in #17385
- New issue template for bugs related to Nullable Reference Types by @T-Gro in #17357
- Fixes #17376 - Compiler hangs when compiling inline recursive invocation #17376 by @KevinRansom in #17394
- Update to latest released SDK and fslib by @vzarytovskii in #17406
- Merge main to feature/nullness by @dotnet-bot in #17399
- Create UseLocalCompiler.Directory.Build.props by @vzarytovskii in #17396
- C# collection expression support for F# lists & sets by @brianrourkeboll in #17359
- Merge main to feature/nullness by @dotnet-bot in #17413
- [RFC FS-1060] Nullness checking by @dsyme in #15181
- Slight cleanup of dead and repeated code by @KevinRansom in #17412
- Attribute targets on unions by @edgarfgp in #17389
- Default to .NET9 by @vzarytovskii in #17426
- Merge main to release/dev17.12 by @dotnet-bot in #17434
- Minor feature cleanup by @brianrourkeboll in #17421
- Skip a flaky test by @psfinaki in #17431
- Merge main to release/dev17.12 by @dotnet-bot in #17437
- Fix reporting IsFromComputationExpression for inappropriate symbols by @DedSec256 in #17375
- Merge main to release/dev17.12 by @dotnet-bot in #17443
- Module functions for
'T option
↔'T voption
by @brianrourkeboll in #17436 - Make loading of
FSharp.Build
optional inUseLocalCompiler.Directory.Build.props
by @vzarytovskii in #17417 - Remove xliff-tasks from Version.Details.xml by @ViktorHofer in #17430
- Update docs for an operator by @psfinaki in #17427
- Optimize simple mappings with binds and/or sequentials before single yield by @brianrourkeboll in #17419
- Prefix-to-infix code fix: don't throw if error range extends to EOF by @brianrourkeboll in #17448
- Skip another flaky test by @psfinaki in #17441
- Optimize metadata members and custom attributes reading by @DedSec256 in #17364
- Merge main to release/dev17.12 by @dotnet-bot in #17450
- Treat
{ new Foo() }
asSynExpr.ObjExpr
by @edgarfgp in #17388 - Merge main to release/dev17.12 by @dotnet-bot in #17458
- Merge main to release/dev17.12 by @dotnet-bot in #17461
- Fixes #17438 - Ensure that isinteractive multi-emit backing fields are not public by @KevinRansom in #17439
- Refactor expression checking by @vzarytovskii in #17456
- Change constraint mismatch for 'supports null' from warning to error by @T-Gro in #17462
- Merge main to release/dev17.12 by @dotnet-bot in #17463
- C# protected property can be assigned in a F# inherit constructor call by @edgarfgp in #17391
- Merge main to release/dev17.12 by @dotnet-bot in #17466
- Fixes #17447 -MethodAccessException on equality comparison of a record with private fields by @KevinRansom in #17467
- Remove unused values from TcGlobals by @KevinRansom in #17422
- Sink: report function domain type by @auduchinok in #17470
- Parser: recover on missing union case fields by @auduchinok in #17452
- Parser: recover on missing union case field types by @auduchinok in #17455
- Fix incorrect example result in list module documentation for 'fold2'. by @hampussle in #17475
- Merge main to release/dev17.12 by @dotnet-bot in #17469
- Nullness - prevent duplicate warnings coming from speculative method resolution by @T-Gro in #17477
- Merge main to release/dev17.12 by @dotnet-bot in #17489
- Refactor CE checking by @vzarytovskii in #17464
- Merge main to release/dev17.12 by @dotnet-bot in #17491
- Merge main to release/dev17.12 by @dotnet-bot in #17493
- Merge main to release/dev17.12 by @dotnet-bot in #17498
- Tests the scenario when calling protected static base member from
static do
by @edgarfgp in #17484 - Fix object-expr untested cases by @edgarfgp in #17476
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #17429
- C# params interop tests by @psfinaki in #17495
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #17435
- Update DefaultAugmentationAttribute by @KevinRansom in #17502
- Pass SynPat.Typed nodes to original continuation. by @nojaf in #17510
- Merge main to release/dev17.12 by @dotnet-bot in #17506
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #17511
- [main] Update dependencies from dotnet/arcade by @dotnet-maestro in #17515
- Enable F# 9.0 by @KevinRansom in #17500
- Reduce allocations in some
Array.Parallel
funcs by @brianrourkeboll in #17505 - Fix missing message with type error (FS0001) by @edgarfgp in #17516
function
implicit conversion the same way asfun x
by @edgarfgp in #17487- Nullness :: Render C# code analysis attributes in tooltips by @T-Gro in #17485
- Merge main to release/dev17.12 by @dotnet-bot in #17520
- Allow access modifiers to auto properties getters and setters by @ijklam in #16861
Nullable<'T>.Value
→Nullable<'T>.GetValueOrDefault
by @brianrourkeboll in #17504- Update DEVGUIDE.md by @smoothdeveloper in #16197
- Change the conflicted error number of
Access-modifies-to-auto-properties
by @ijklam in #17522 - Merge main to release/dev17.12 by @dotnet-bot in #17523
- Better error reporting for unions duplicated fields by @edgarfgp in #17521
- Merge main to release/dev17.12 by @dotnet-bot in #17525
- [RFC FS-1060] Nullness checking (applied to codebase) by @dsyme in #15310
- [main] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in #17526
- Merge main to release/dev17.12 by @dotnet-bot in #17533
- VS plugin Bugfix :: Defensive checks added to prevent TaskListService crashes by @T-Gro in #17411
- Nullness - SDK prop alignment with C# - <N...
.NET 9.0.0
What's Changed
- Requires tactics approval - Fix17773 - cherry pick optimized equals bug fixes to 8.0.4* by @KevinRansom in #17783
- Switch to new VMR control set (#17703) (port from main) by @mmitche in #17788
- [release/dev17.12] Respect generic arity in method uniqueness by @github-actions in #17805
- [17.12] Turn off realsig when building product and proto by @vzarytovskii in #17808
- Merge release/dev17.11 to release/dev17.12 by @dotnet-bot in #17784
- Revert PR - Make the interaction between #line and #nowarn directives consistent by @KevinRansom in #17859
- Tactics approval Required: cherry pick -- compile order changes by @KevinRansom in #17907
Full Changelog: v12.9.100-beta.24466.6...v12.9.100-beta.24522.2