unoplatform / Uno.CodeGen

A set of source generators for equality, immutability, ...
Other
90 stars 11 forks source link

Update Uno.SourceGeneration and Uno SourceGenerationTasks #136

Closed carlh98 closed 2 years ago

carlh98 commented 2 years ago

I'm submitting a...

Bug report (I searched for similar issues and did not find one)

Current behavior

Uno.SourceGeneration and Uno.SourceGenerationTasks are at version 1.30.0-dev.245 which caused package downgrade in current projects

Expected behavior

Uno.SourceGeneration and Uno SourceGenerationTasks needs to be at version 3.1.0

Environment


Nuget Package: 

Package Version(s): 

Affected platform(s): All platforms
- [ ] iOS
- [ ] Android
- [ ] WebAssembly
- [ ] Windows
- [ ] Build tasks
carlh98 commented 2 years ago

@jeromelaban This is the issue blocking @Iguins

carlh98 commented 2 years ago

Related : https://github.com/unoplatform/Uno.CodeGen/pull/135

jeromelaban commented 2 years ago

There should not be any downgrade, as those a transitive dependencies. You probably do have to specify the version explicitly in your project, as both Uno and Uno.Codegen specify a version transitively.