Two different articles pointing to the same source code
-
Published article: Effortlessly Resolving Circular Dependencies in .NET with SmartInject[^] Moderation queue: Enhancing .NET Application Health Checks with Detailed JSON Responses Using SmartInject[^] Both point to the same GitHub repository. Author: Daan Acohen - Professional Profile[^] Thoughts?
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
-
Published article: Effortlessly Resolving Circular Dependencies in .NET with SmartInject[^] Moderation queue: Enhancing .NET Application Health Checks with Detailed JSON Responses Using SmartInject[^] Both point to the same GitHub repository. Author: Daan Acohen - Professional Profile[^] Thoughts?
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
I added my thoughts as a comment on the pending article, but that's now gone. :) The project mixes up two completely separate things into a single package: lazy resolution of services from the Microsoft DI container, and a JSON formatter for ASP.NET health checks. There is no way to use it for one of those purposes without also pulling in the other. The health check formatter is almost identical to the one in the MS documentation[^]. Probably not quite enough to report it as "plagiarised", but certainly not enough to justify an entire tip dedicated to it. The lazy injection code seems to be almost identical to some of the answers in this SO thread[^], with posts as far back as 2017. Again, it's difficult to cry "plagiarism" on such a small piece of code, but it certainly smells very off to me.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
I added my thoughts as a comment on the pending article, but that's now gone. :) The project mixes up two completely separate things into a single package: lazy resolution of services from the Microsoft DI container, and a JSON formatter for ASP.NET health checks. There is no way to use it for one of those purposes without also pulling in the other. The health check formatter is almost identical to the one in the MS documentation[^]. Probably not quite enough to report it as "plagiarised", but certainly not enough to justify an entire tip dedicated to it. The lazy injection code seems to be almost identical to some of the answers in this SO thread[^], with posts as far back as 2017. Again, it's difficult to cry "plagiarism" on such a small piece of code, but it certainly smells very off to me.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
The article in the moderation queue disappeared a few minutes after my post above. To me that suggests intent.
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
-
The article in the moderation queue disappeared a few minutes after my post above. To me that suggests intent.
Graeme
"I fear not the man who has practiced ten thousand kicks one time, but I fear the man that has practiced one kick ten thousand times!" - Bruce Lee
It was closed by moderators. :)
Closed because this item's quality is too poor to be published. Reported by snorkie, OriginalGriff, Richard Deeming, Akram El Assas on Thursday, October 5, 2023 1:07pm
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
It was closed by moderators. :)
Closed because this item's quality is too poor to be published. Reported by snorkie, OriginalGriff, Richard Deeming, Akram El Assas on Thursday, October 5, 2023 1:07pm
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
I smelled plagiarism as well, but couldn't find anything concrete enough.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!