|
![]() |
#1 |
Участник
|
Вот есть такое мнение.
https://stackoverflow.com/questions/...jrebel-for-net There is no such thing in the .net world.. not so powerful.. there are some thing like Edit and Continue but this is like "Hot replace" in Java and nothing more. The problem is in .net you have the whole model of .dll(s) with their versions and dependencies between dlls pointing to specific version so it is not possible to replace dll without replacing all. An workaround will be something like compiling the classes, adding tons of assembly redirects, somehow unloads and loads the old dll but it is hell of a hard. Keep in mind that in java after the "module" JSR is implemented maybe in java 9 we will not have JRebel as well. |
|
![]() |
#2 |
Banned
|
Цитата:
Introducing JRebel 2018.1.0 – featuring Java 10 and Spring Boot 2 https://zeroturnaround.com/rebellabs...spring-boot-2/ JRebel changelog https://zeroturnaround.com/software/...ngelog/2018-x/ При этом JRebel действительно крут. Цитата:
JRebel fast tracks Java application development by skipping the time consuming build and redeploy steps in the development process. JRebel makes developers more productive since they can view code changes in real time.
Почему нет подобного продукта в .NET? Я все же не понимаю в чем именно проблема. Может в способе организации метаданных? Никто же не говорит что Java менее безопасна c точки зрения подмены кода. Цитата:
Сообщение от belugin
![]() The problem is in .net you have the whole model of .dll(s) with their versions and dependencies between dlls pointing to specific version so it is not possible to replace dll without replacing all.
An workaround will be something like compiling the classes, adding tons of assembly redirects, somehow unloads and loads the old dll but it is hell of a hard. |
|
![]() |
#3 |
Участник
|
Либо чувак не прав, либо modules JSR не заимплементили, либо JRebel ухудшился.
Цитата:
Почему нет подобного продукта в .NET? Я все же не понимаю в чем именно проблема. Может в способе организации метаданных? Никто же не говорит что Java менее безопасна c точки зрения подмены кода. Можно почитать, почему нет jrebel для Android |
|
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|