Ice_trooper
Ice_trooper
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
So it wasn't as stupid question as I thought 😛
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
Is this normal behavior? Maybe it just shouldn't work that way, but in my Rider it works that way?
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
Version conflict detected for Microsoft.CodeAnalysis.Common. Install/reference Microsoft.CodeAnalysis.Common 3.11.0 directly to project Sequencer.PrimeTween.ActionsGenerator.Tests to resolve t ... ration -> Microsoft.CodeAnalysis.CSharp 3.11.0 -> Microsoft.CodeAnalysis.Common (= 3.11.0) Sequencer.PrimeTween.ActionsGenerator.Tests -> Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing 1.1.1 -> Microsoft.CodeAnalysis.CSharp.Workspaces 3.8.0 -> Microsoft.CodeAnalysis.Common (= 3.8.0).
Version conflict detected for Microsoft.CodeAnalysis.Common. Install/reference Microsoft.CodeAnalysis.Common 3.11.0 directly to project Sequencer.PrimeTween.ActionsGenerator.Tests to resolve t ... ration -> Microsoft.CodeAnalysis.CSharp 3.11.0 -> Microsoft.CodeAnalysis.Common (= 3.11.0) Sequencer.PrimeTween.ActionsGenerator.Tests -> Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing 1.1.1 -> Microsoft.CodeAnalysis.CSharp.Workspaces 3.8.0 -> Microsoft.CodeAnalysis.Common (= 3.8.0).
Stil nothing ;-;
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
I will check 3.11 now
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
I can check that
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
and this is the question, hah 😄 Unfortunately I don't have much experience with nuget packages, but as I see >= I thought it worked even with the major version.
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
but why does it takes Workspaces 3.8.0 in the first place?
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
I understand that Workspaces 3.8.0 requires Common 3.8.0
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
No description
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
so how to read this initial error, if I checked this and it should work
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
I would understand if it was =, but it is above 3.8.0
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
How to read it differently than >= (above) 3.8.0
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
No description
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
wait a sec, I checked this
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
Yeah, I was pasting it right now ;p
32 replies
CC#
Created by Ice_trooper on 6/10/2024 in #help
Why can't I install this NuGet package
What is wrong here?
Install failed (project: Sequencer.PrimeTween.ActionsGenerator.Tests, package: Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing v1.1.1) Package restore failed. Rolling back package changes for 'Sequencer.PrimeTween.ActionsGenerator.Tests'. Version conflict detected for Microsoft.CodeAnalysis.Common. Install/reference Microsoft.CodeAnalysis.Common 4.9.2 directly to project Sequencer.PrimeTween.ActionsGenerator.Tests to resolve th ... neration -> Microsoft.CodeAnalysis.CSharp 4.9.2 -> Microsoft.CodeAnalysis.Common (= 4.9.2) Sequencer.PrimeTween.ActionsGenerator.Tests -> Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing 1.1.1 -> Microsoft.CodeAnalysis.CSharp.Workspaces 3.8.0 -> Microsoft.CodeAnalysis.Common (= 3.8.0).
Install failed (project: Sequencer.PrimeTween.ActionsGenerator.Tests, package: Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing v1.1.1) Package restore failed. Rolling back package changes for 'Sequencer.PrimeTween.ActionsGenerator.Tests'. Version conflict detected for Microsoft.CodeAnalysis.Common. Install/reference Microsoft.CodeAnalysis.Common 4.9.2 directly to project Sequencer.PrimeTween.ActionsGenerator.Tests to resolve th ... neration -> Microsoft.CodeAnalysis.CSharp 4.9.2 -> Microsoft.CodeAnalysis.Common (= 4.9.2) Sequencer.PrimeTween.ActionsGenerator.Tests -> Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing 1.1.1 -> Microsoft.CodeAnalysis.CSharp.Workspaces 3.8.0 -> Microsoft.CodeAnalysis.Common (= 3.8.0).
32 replies
CC#
Created by Ice_trooper on 1/24/2023 in #help
❔ Return IEnumerable backwards
Should I rewrite something?
44 replies
CC#
Created by Ice_trooper on 1/24/2023 in #help
❔ Return IEnumerable backwards
You're probably right. And I don't want to use unsafe hah. Last question, could this code above be more readable for other programmers?
44 replies
CC#
Created by Ice_trooper on 1/24/2023 in #help
❔ Return IEnumerable backwards
So yeah, IEnumerable for small collection is not great. Still want to use deferred execution.
44 replies
CC#
Created by Ice_trooper on 1/24/2023 in #help
❔ Return IEnumerable backwards
Quite small (in the worst case max 16)
44 replies