检查.cs文件在一个项目的不同版本中的更改 [英] check the .cs file changes in different version of one porject

查看:65
本文介绍了检查.cs文件在一个项目的不同版本中的更改的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个项目有多个版本,并安装在不同的客户端。我在新版本上更改了.cs文件,但没有更改所有版本。我在某些客户端安装了更新版本。在此请求中,每个客户端都会出现这种情况。现在我想检查.cs文件中是否进行了更改,然后执行了某些代码,或者更改未应用于任何客户端,然后执行了一段代码。我对.cs文件的方法进行了更改..



任何人都可以帮助我..?

I have one project with multiple versions and installed on different client sides. I changed in .cs file on new version but not to all versions. I installed updated version on some client side. in this request is comming form each client. now i want to check if changes made in .cs file then some code is executed or if changes not applied to any client then piece of code not executed. i made changes in method of .cs file..

can anybody help me..?

推荐答案

我将在这里进行一次飞跃,并猜测你没有使用任何合理的版本编号。绝对采取Richard MacCutchan的建议并使用适当的版本控制 - 那里有很多。



如果你想确定不同可执行文件的反汇编内容你可以使用< a href =https://msdn.microsoft.com/en-us/library/f7dy01k1(v=vs.110).aspx> ildasm [ ^ ] Visual Studio附带的工具。



如果你需要比较不同版本的exe的输出,那么得到一个文本比较工具,例如 http://winmerge.org/ [ ^ ](免费)。
I'm going to take a leap here and guess that you haven't used any sensible version numbering. Definitely take Richard MacCutchan's advice and use proper version control - there are plenty out there.

If you want to determine the disassembled contents of the different executables you can use the ildasm[^] tool that comes with Visual Studio.

If you need to compare the outputs from different versions of the exe then get a text comparison tool e.g. http://winmerge.org/[^] (free).


这篇关于检查.cs文件在一个项目的不同版本中的更改的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆