Skip to content

Fix deprecation warnings #310

Description

@dsyme

Fix these

./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(554,43): (554,44) info FSHARP: The use of '!' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change '!cell' to 'cell.Value'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(558,49): (558,51) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(560,49): (560,51) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(564,54): (564,56) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(570,55): (570,57) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(576,49): (576,51) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(578,49): (578,51) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(590,54): (590,56) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(600,35): (600,36) info FSHARP: The use of '!' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change '!cell' to 'cell.Value'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(602,39): (602,41) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(620,43): (620,44) info FSHARP: The use of '!' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change '!cell' to 'cell.Value'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(624,51): (624,53) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(636,35): (636,36) info FSHARP: The use of '!' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change '!cell' to 'cell.Value'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(638,39): (638,41) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(773,43): (773,44) info FSHARP: The use of '!' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change '!cell' to 'cell.Value'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(776,47): (776,49) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(787,35): (787,36) info FSHARP: The use of '!' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change '!cell' to 'cell.Value'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(789,39): (789,41) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./../../src/FSharp.Control.AsyncSeq/AsyncSeq.fs(2170,31): (2170,33) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./FSharp.Control.AsyncSeq.Tests/AsyncSeq.test.fs(457,27): (457,29) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./FSharp.Control.AsyncSeq.Tests/AsyncSeq.test.fs(479,31): (479,33) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./FSharp.Control.AsyncSeq.Tests/AsyncSeq.test.fs(480,27): (480,29) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./FSharp.Control.AsyncSeq.Tests/AsyncSeq.test.fs(501,29): (501,31) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./FSharp.Control.AsyncSeq.Tests/AsyncSeq.test.fs(520,29): (520,31) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./FSharp.Control.AsyncSeq.Tests/AsyncSeq.test.fs(860,27): (860,29) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./FSharp.Control.AsyncSeq.Tests/AsyncSeq.test.fs(918,24): (918,26) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)
./FSharp.Control.AsyncSeq.Tests/AsyncSeq.test.fs(965,72): (965,74) info FSHARP: The use of ':=' from the F# library is deprecated. See https://aka.ms/fsharp-refcell-ops. For example, please change 'cell := expr' to 'cell.Value <- expr'. (code 3370)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions