Closed mahalex closed 1 year ago
Good catch!! Thank you 😄
@Sergio0694 when will this be released?
@Sergio0694 do you have some ETA of when this will be released? I can see you added it to 8.2.1
, but I could not find a planned/estimated release date for that?
It's just so I can decide if I should implement a workaround for this, or if I can wait for 8.2.1
.
I don't have an exact ETA just yet, but tentatively I'd say probably around the first half of June or so? Can you use a nightly package from main in the meantime? The feed is this one: https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json
I guess, I could use one of the nightly builds for now.
I will use 8.2.1-build.2
Thanks
Describe the bug
The following code throws
System.AccessViolationException
:Regression
No response
Steps to reproduce
Expected behavior
The code is supposed to calculate a sum of all values in the slice (in this case, 0).
Screenshots
IDE and version
VS 2022
IDE version
17.4.4
Nuget packages
Nuget package version(s)
8.2.0
Additional context
The problem disappears when there's no
Cast()
(so, we are summing over aSpan
of bytes). It also disappears when there's noSlice()
(so, we are summing overdata
instead ofslice
).Help us help you
No, just wanted to report this