microdot icon indicating copy to clipboard operation
microdot copied to clipboard

.NET Core 2.0?

Open sabernar opened this issue 8 years ago • 14 comments

Is it possible to use microdot with .NET Core 2.0 instead of Framework 4.7?

sabernar avatar Jan 12 '18 23:01 sabernar

Currently, no. When Orleans 2.0 hits its final version which supports .NET Core 2.0, we would like to port Microdot to support both. Until then, it requires the full framework.

Allon-Guralnek avatar Jan 13 '18 21:01 Allon-Guralnek

Hopefully that’s soon. Orleans 2.0.0-beta is currently out.  <>

Do you have a rough time estimate in porting to .NET Core 2.0 once Orleans 2.0 drops?

On Jan 13, 2018, at 1:03 PM, Allon Guralnek [email protected] wrote:

Currently, no. When Orleans 2.0 hits it's final version which support .NET Core 2.0, we would like to port Microdot to support both. Until then, it requires the full framework.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gigya/microdot/issues/121#issuecomment-357467087, or mute the thread https://github.com/notifications/unsubscribe-auth/AAF72ZvDPchlbAgmt1d4WQi2nbJrTDuSks5tKRovgaJpZM4RdAEf.

sabernar avatar Jan 13 '18 21:01 sabernar

No, unfortunately we don't.

Allon-Guralnek avatar Jan 14 '18 11:01 Allon-Guralnek

Apparently Orleans 2.0 was released two days ago. Hopefully there will be a plan to support it soon 😄

thuannguy avatar Mar 30 '18 09:03 thuannguy

@thuannguy We do have such plans, but in two steps. First upgrade to Orleans 1.5.3, this will probably be done in Microdot 1.x. Then make the big breaking changes of upgrading to Orleans 2.0 in Microdot 2.0. The two-step approach will also ensure an easier and smoother upgrade path.

Unfortunately, while we're eager to get to Orleans 2.x, we don't have a timetable for it yet.

Allon-Guralnek avatar Mar 30 '18 10:03 Allon-Guralnek

Hey guys, I wonder how this endeavour of yours develops ? Are there any estimates available ?

Thank you all.

pvpo avatar Nov 01 '18 18:11 pvpo

We ported to Orleans 1.5.3 but weren't pleased with the performance (we saw a 30% decrease in throughput, though it may have been caused by something on our side, not Orleans). If you're interested, you can check out #168

About Orleans 2.0, it's high on our priority list, a very rough estimate is that we'll have it ready in 3-4 months.

daniellm avatar Nov 01 '18 19:11 daniellm

Any updates?

eugene-kiba avatar Jan 23 '19 12:01 eugene-kiba

Sorry, migrating to Orleans 2.1 is still a few months (~3) away on our roadmap.

daniellm avatar Jan 23 '19 14:01 daniellm

Any update on the migration?

WoozChucky avatar Apr 11 '19 09:04 WoozChucky

Sorry, it still hasn't entered our pipeline. No ETA for now.

daniellm avatar May 01 '19 17:05 daniellm

Whole world has moved on to Core. This is pretty disappointing.

softwareguy74 avatar Jul 08 '19 04:07 softwareguy74

Sorry for the delay. Please note that we're in the progress of moving to Orleans 2.3.x (see branch 95878.infra.orleans.2_20.5). Since that Orleans version and all other libraries Microdot relies on as far as I know comply to .Net Standard, you might be able to reference them from your .net core project.

daniellm avatar Jul 08 '19 16:07 daniellm

Whole world has moved on to Core. This is pretty disappointing.

If you don't want Orleans or NLog you can use my ported version https://github.com/quinvit/microcore, I used it for my project. I replace nlog with serilog, remove Orleans, replace Metrics.net with AppMetrics. Any other improvements are appreciated.

quinvit avatar Aug 08 '19 03:08 quinvit