Coder Social home page Coder Social logo

Comments (24)

Redlab1 avatar Redlab1 commented on June 2, 2024 12

Hi @pavel-b-novikov, do you have an ETA on when you'll be releasing the new version?

from reinforced.typings.

KennethHoff avatar KennethHoff commented on June 2, 2024 7

@pavel-b-novikov Would be nice if you could release a new version so we can test! 👍

from reinforced.typings.

pavel-b-novikov avatar pavel-b-novikov commented on June 2, 2024 7

Yes. I took decision not to issue updates for all the previews. Otherwise I'd have to quit job and publish package every week :)

from reinforced.typings.

jeremy-allocate avatar jeremy-allocate commented on June 2, 2024 4

Hello! Dotnet 8 has been officially released and the lack of a corresponding update here is blocking our upgrade. Is there an ETA on a new release here @pavel-b-novikov?

from reinforced.typings.

pavel-b-novikov avatar pavel-b-novikov commented on June 2, 2024 4

Will handle within a week

from reinforced.typings.

pavel-b-novikov avatar pavel-b-novikov commented on June 2, 2024 3

You are welcome. Sorry for delay

from reinforced.typings.

iotalambda avatar iotalambda commented on June 2, 2024 2

I needed this for my .NET 8 project today, so I built the nuget myself and added it to a feed within my project https://github.com/iotalambda/Reinforced.Typings :/

from reinforced.typings.

smkanadl avatar smkanadl commented on June 2, 2024 2

@Redlab1 I can understand the frustration here, but please bear in mind that this piece of (very) valuable software is free for you to use and maintained by @pavel-b-novikov in his spare/free time.

I've had a very quick look into this topic last year and I think the reason is the rtcli tool that is loaded and executed by the dotnet cli / msbuild. And differences in the framework have caused me some trouble with dependency resolution.

from reinforced.typings.

jeremy-allocate avatar jeremy-allocate commented on June 2, 2024 2

Renovate just informed me that v1.6.3 has been posted and is available via nuget. Tested on my dotnet 8 branch and things look good, thanks @pavel-b-novikov!

from reinforced.typings.

KennethHoff avatar KennethHoff commented on June 2, 2024 1

I just came to this repo to do just this; Prematurely mention this should be updated.

from reinforced.typings.

pavel-b-novikov avatar pavel-b-novikov commented on June 2, 2024 1

I prefer not to remove any of supported .net platforms to avoid breaking changes for people who depend on RT, but use legacy .net stack. For me it costs 0, but for end users it may cost significantly more

from reinforced.typings.

Redlab1 avatar Redlab1 commented on June 2, 2024 1

Thank you @pavel-b-novikov, appreciate your efforts. 🥇

from reinforced.typings.

lukedukeus avatar lukedukeus commented on June 2, 2024

+1, opened PR: #265

from reinforced.typings.

maberalc avatar maberalc commented on June 2, 2024

I see this PR is merged, but there is no new version since 6 months ago. I guess it will be updated just when .NET 8 releases, but i could be released as preview too. Anyway, how could I try to compile and use it on my tests on .NET 8?
I tried to use it in my project after using it on another .NET 7 project but it is not working.

from reinforced.typings.

maberalc avatar maberalc commented on June 2, 2024

No news on the preview? Or just wait for final .NET 8 release?

from reinforced.typings.

lindsve avatar lindsve commented on June 2, 2024

Any chance for an updated package now that .NET is officially released?

from reinforced.typings.

Redlab1 avatar Redlab1 commented on June 2, 2024

Could you make this more bulletproof for new .net versions? When a new .net version comes out, this shouldnt be blocking us from updating our solutions.

We're considering merging away from this package due to this reason.
Many packages work seemlessly for all .NET5+ versions, what makes this package not compatible with newer .NET versions?

from reinforced.typings.

jeremy-allocate avatar jeremy-allocate commented on June 2, 2024

Could you make this more bulletproof for new .net versions? When a new .net version comes out, this shouldnt be blocking us from updating our solutions.

We're considering merging away from this package due to this reason. Many packages work seemlessly for all .NET5+ versions, what makes this package not compatible with newer .NET versions?

Here was the commit from back in August that added dotnet 8 support: c9e9857

from reinforced.typings.

Redlab1 avatar Redlab1 commented on June 2, 2024

@jeremy-allocate Yeah I know, but why is it hardcoding the .net versions that it's supporting? Also, why doest it take so long to make a new release when the only difference is some new hardcoded values? It should take 1 minute to create a new release with those changes.

from reinforced.typings.

JohnCampionJr avatar JohnCampionJr commented on June 2, 2024

Might also be less maintenance if the older deprecated versions of .NET were removed. Make this a breaking v2.0 and only support NET6.0, NET8.0, NETSTANDARD2.0

from reinforced.typings.

smkanadl avatar smkanadl commented on June 2, 2024

@JohnCampionJr that would (for me) make only sense if I could still target a net7.0 application. But I am not sure if that is technically possible (without rewriting the whole msbuild integration.

from reinforced.typings.

JohnCampionJr avatar JohnCampionJr commented on June 2, 2024

@JohnCampionJr that would (for me) make only sense if I could still target a net7.0 application. But I am not sure if that is technically possible (without rewriting the whole msbuild integration.

Yeah, I forgot 7.0 is still under official support until May 2024. So it should stay; but its ultimately up to @pavel-b-novikov not me :)

from reinforced.typings.

pavel-b-novikov avatar pavel-b-novikov commented on June 2, 2024

@jeremy-allocate why doest it take so long to make a new release when the only difference is some new hardcoded values?

Because of context switches. RT is not my full-time and not my 1st priority unfortunately

from reinforced.typings.

JohnCampionJr avatar JohnCampionJr commented on June 2, 2024

Thank you @pavel-b-novikov !!

from reinforced.typings.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.