GithubHelp home page GithubHelp logo

Comments (23)

lahma avatar lahma commented on June 2, 2024 13

On top of earlier progress:

  • I have now reworked the build pipeline to use NUKE build and it now builds and tests on both Windows and Linux.
  • I decided to push the 3.0.0 release to NuGet, now there's something to use at least, there may be dragons - but the original idea was to have reworked, netstandard-compatible mostly backwards compatible version out

I have spent considerable amount of my time (including part of my recent summer holiday) to get things working on .NET Core / NET5, all the permissions and setups done (collaboration with past maintainers), fighting the build system etc. Please do not expect me start fixing everything you might find, but everyone as consumer of the framework should provide pull requests to push things forward. Now publishing new versions should at least be (a lot) simpler.

There's always option to sponsor, if you want to show gratitude of the past work, this will not bind me to future work 😉

Let's consider this issue fixed!

from spring-net.

maulik-modi avatar maulik-modi commented on June 2, 2024 4

@markpollack, @sbohlen and @lahma, @gjarzab ,
Is there anything we could help you with? Please release pre-release packages.

We are heavily invested in Spring.net for multiple products, It is high time we migrate to .net standard to do anything like Dockerization, getting rid of system.web, lighter application, faster performance, fewer allocations, Browser link.

@terrajobst, @Simulacrux are also interested

Someone has created pre-release package here - https://www.nuget.org/packages/D3S.Spring.Core/3.0.3-pre

from spring-net.

lahma avatar lahma commented on June 2, 2024 3

I have pinged @sbohlen about modifying the NuGet org permissions. I think I'll also have a go to get GitHub actions working to release to NuGet package repository in the near future.

from spring-net.

Simulacrux avatar Simulacrux commented on June 2, 2024 1

Hi everyone,

as my fellow pre-poster wrote and also was stated in issue #167 , it would be very helpful to have official pre-release Nugets of the new Spring.Net version. Not everyone is able to compile and sign it on his own and if I understand the Milestones correct, the only open issue right now is the performance improvement. For my part, this would be a nice to have, but getting a new version (pre-release) of Spring.Net out in the world would be a nice Christmas gift.

Cheers
Simulacruxx

from spring-net.

mashbrno avatar mashbrno commented on June 2, 2024 1

It's a bit off topic, but from my point of view - Spring is not ready for .NET Core. I spend some time trying to make it work as our code base is tightly coupled with Spring.NET. But there are many unresolved issues, which need considerable amount of time to fix:

  • there's no integration with ASP.NET Core
  • Common.Logging is not compatible with Microsoft.Extensions.Logging
  • async/await support for Spring.Data transactions
  • lack of EF Core support

We still have no successor for Spring's superb expressions and validations.

from spring-net.

mashbrno avatar mashbrno commented on June 2, 2024

Would be great if you can create at least pre-release NuGet packages. I had to create my own Nugets to use in my own projects, but that is not generally good idea as other people don't know what to expect from such forks

from spring-net.

lahma avatar lahma commented on June 2, 2024

I just pushed changes to master and Spring.Messaging.Nms now has netstandard2.0 target, can't promise a NuGet release or a date though.

from spring-net.

lwqwag avatar lwqwag commented on June 2, 2024

Will next release be based on .netcore2.2 or .netcore3.0?

from spring-net.

lahma avatar lahma commented on June 2, 2024

It's netstandard 2.0 so works on both.

from spring-net.

lwqwag avatar lwqwag commented on June 2, 2024

Thanks for your reply

from spring-net.

michaelandrepearce avatar michaelandrepearce commented on June 2, 2024

@lahma any update here with release?

from spring-net.

lahma avatar lahma commented on June 2, 2024

Sorry for the radio silence. Currently I have little to give as I don't have permissions to the official NuGet feed. Best what I could do is to try to get some myget/GitHub feed up. The performance testing branch is not essential for the release. I believe that the version as-is with the .NET Core support is better than nothing, hopefully at least.

from spring-net.

gergroen avatar gergroen commented on June 2, 2024

A release would be great. @lahma Do you know who has the permissions for the official nuget feed?

from spring-net.

lahma avatar lahma commented on June 2, 2024

Based on the core package NuGet page @markpollack and @sbohlen have the keys to the kingdom 🙂

from spring-net.

Simulacrux avatar Simulacrux commented on June 2, 2024

Yes from my point of view, every possible (pre-)release would be great.

As I'm hosting my own Nuget gallery at work for our inhouse project releases, I would be quite happy with just getting a "Zip" release to Github with the .nupkg and/or DLLs in there. Or some similar way of obtaining the latest bits.

Of yourse we should try to figure out the kingdom keys, but for the short term I would be quite happy with any "workaround" release.

THX @lahma for your continuous work for Spring.Net

from spring-net.

michaelandrepearce avatar michaelandrepearce commented on June 2, 2024

+1 agreed, at least a release in github would be good, so people could consume a binary nuget pkg release by manually downloading and installing in local nuget repos, and then if/when nuget.org perms are sorted the packages could always be posthumously uploaded to nuget.org

another option whilst nuget.org is being sorted, is to distribute it via bintray? https://bintray.com/

or even github packages - https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-dotnet-cli-for-use-with-github-packages

from spring-net.

agudets avatar agudets commented on June 2, 2024

Are there any chances to have at least pre-release .net standard version in short term (1-2months)?

from spring-net.

lahma avatar lahma commented on June 2, 2024
  • there's no integration with ASP.NET Core

Probably doable, but require a champion to create a PR.

  • Common.Logging is not compatible with Microsoft.Extensions.Logging

Microsoft's version has won the battle so I think it would make sense to switch over to that.

  • async/await support for Spring.Data transactions

Just overloads needed?

  • lack of EF Core support

I think EF isn't supported either. What would this include?

from spring-net.

mashbrno avatar mashbrno commented on June 2, 2024

async/await - there's more about NHibernate session thread safety. For sure it will end up as an overload, but quite complex one.

EF is also not supported, but it's getting mature and competitive with NHibernate. It's now suitable for wider range of projects than in 2005. Eg. NHibernate.Spatial.MsSql was full .NET for very long time (due to reference to Microsoft.SqlServer.Types).

from spring-net.

terrajobst avatar terrajobst commented on June 2, 2024

@lahma

We just had a customer asking us about spring.net and whether it will support .NET Standard/.NET Core. You mentioned earlier that you can't promise a package. Is there anything we could help you with you?

from spring-net.

jgermanos avatar jgermanos commented on June 2, 2024

I have pinged @sbohlen about modifying the NuGet org permissions. I think I'll also have a go to get GitHub actions working to release to NuGet package repository in the near future.
@lahma any ETA on the release to NuGet? thanks.

from spring-net.

maulik-modi avatar maulik-modi commented on June 2, 2024

I can see that https://www.nuget.org/packages/castle.core/ is being used by Popular libraries such as EFCore, FakeItEasy etc... to provide dynamic proxy

from spring-net.

Simulacrux avatar Simulacrux commented on June 2, 2024

Hi everyone,

yes I would also available to help with a release. Did not do any Github actions until now, but did a lot of other Build processes before, so should be manageable/learnable.
I checked the other Pre-Upload in the Nuget gallery and this packages are without strong named DLLs, because at this time the signing key was not available. Therefore I downloaded the current sources and did a local build with signing and packing in Nugets. It is not tested for now from my side, but I thought I just share it here, so maybe some other could also have a look onto it.
Version is 3.0.0 and Alpha1 as Prerelease signature.

Happy Testing
Simulacrux
Spring.Nuget.3.0.0-Alpha1.zip

from spring-net.

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.