I am creating patch for my application to deploy small changes to customer. In my application I have 100 .CSProject. Out of 100 library I made code changes in class library A, B, C and Library D is calling to A,B and C library. So Is there any way when I build my application then It should change the version of only A,B,C and D library which have changes. Manually I can change but I need any automatic way.
Automatically change the version of only assembly which has code changes in Dot Net
785 Views Asked by Manu At
1
There are 1 best solutions below
Related Questions in VISUAL-STUDIO
- The current .NET SDK does not support targeting .NET Core 6.0. Brand new WPF Project VS Community 2022 17.9.5
- Dotnet Run is not working but the application is running in Visual Studio
- Is there a way to support Tailwind @apply in Visual Studio?
- How can I eliminate compile warnings using ZLib in Visual Studio
- C++(or Visual Studio) saving the file will not preserve the original file contents
- VS Community 2022 cannot install dotnet-ef when i try to publish
- Visual Studio 2022 convert spaces to tabs on checkout and back to spaces on checkin
- What should I do if Visual Studio has a restriction on creating files with a long name or a long path to these files?
- Command line error D8036 - not allowed with multiple source files with node-gyp and VS2022
- Migrate Old VS 2015 .suo file to the New VS 2022 DocumentLayout.json
- How to make one executable visual studio, that users can run?
- Use tabs instead of spaces in .csproj file in Visual Studio 2022
- Unity - scrollview/dragging breaks after specific scene inactivity
- How to make Visual Studio 2022 project launch Windows Terminal instead of PowerShell?
- Why is 'EDITBIN /STACK:2097152 w3wp.exe' cmd is giving me an LNK1342 error?
Related Questions in MSBUILD
- Is it possible to build v142 project with v143 build tools?
- Source generators get the referencing project path - retrieve useful value from IncrementalValueProvider<string>
- Is there a way to read .csproj PropertyGroup variable in c#
- MSBuild trying to copy different dll with similar name into project sporadically
- SDK exe project creates net472 folder when build
- Because my api, after publishing through the AzureDevops pipeline in flurl methods, the entryPointNotFoundException exception is occurring
- Parameterised item in MSBuild project
- Microsoft.Build.Evaluation.Project (Version 17.9.5) causes Exception
- ##[warning]Directory 'D:\a\1\a' is empty. Nothing will be added to build artifact 'drop'
- Clean Syntax to Force Property to Have Value
- AzureDevops build pipeline gets cancelled due to time out during donet build command
- How to dynamically Change appsettings.json Based on Build Configuration in .NET
- Runtimes Directories Are Being Generated Only in Debug Mode With MSBuild
- How to specify directory where the RootNamespace should be?
- How to use BuildManager with C#8.0?
Related Questions in .NET-ASSEMBLY
- .Net App has reference but is not being recognized in class
- Sharing runtime assembly in C# Roslyn script
- C# application crashes while using Matlab .Net Assembly
- Prevent copying of package reference using Visual Studio Publish
- Right way to generate shared code in source generators
- SSIS: FileLoadException for System.Runtime Version 6.0.0.0 in .NET Framework Project
- Wrong version loaded of "System.Servicemodel" when using a service reference
- Update .NET project dependency
- C# Assembly is deactivated and cannot run any code error
- Assembly Cannot be installed because of Existing Policy CLR
- .Net Program sometimes installs, sometimes fails at different places
- Type.GetType("ClassName") returns null
- Mixed mode .NET 4.0 assembly refuses to load in Windows 10 Pro but loads fine in Windows 10 Home
- How to extend an assembly from other assemblies in C#
- NuGet package updates are causing assembly loading issues
Related Questions in AUTOMATIC-DIFFERENTIATION
- Optimizing an autograd + list comprehension python operation
- How to generate jacobian of a tensor-valued function using torch.autograd?
- How to implement Carleman Matrix in Haskell?
- Calculating two gradients in pytorch and reusing an intermediate gradient
- solving an ODE using neural networks
- How to preallocate using JacobianConfig for "Hessian of vector valued function" double Jacobian in Julia ForwardDiff package
- JAX `custom_vjp` for functions with multiple outputs
- JAX `vjp` fails for vmapped function with `custom_vjp`
- JAX `vjp` does not recognize cotangent argument with `custom_vjp`
- Failing to return gradients
- How can I get exhaust list of functions available to grad_fn for backward() function in Pytorch?
- Accurately finding the gradient of values from 2 vectors
- Back propagation in pytorch to calculate component wise derivatives of vector
- What is the correct way of defining a differentiable function with scalar arguments that returns a vector/array?
- How to compute in tensorflow the partial derivative of each observation from the output w.r.t each input observation
Related Questions in ASSEMBLYVERSIONS
- Found conflicts between different versions of System.Text.Json - SDK itself references older version?
- Do I need assembly versions at all if I never work with the GAC?
- VersionRevision always 0 in Assembly version
- can I correspond a system assembly version with a dotnet framework version? and how to know if an assembly is included in the framework?
- Is it possible to automate .Net assembly versioning using semantic-release?
- Regex in powershell for getting assembly version number
- How do I help my console application find all the referenced assemblies?
- Setting the assembly file version and assembly version using cc.net and msbuild
- Automatically change the version of only assembly which has code changes in Dot Net
- Product Version vs Assembly Verison
- Could not load file or assembly System.ComponentModel.Annotations, Version=4.2.0.0
- How to specify assembly information when compiling code at runtime with cs-script library?
- support multiple versions of third party library
- Use specific Assembly for AddIn
- Cannot embed C++/CLR Assembly Version number
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Actually,
Directory Build.targetsfile can probably realize it. When you create a file called Directory.Build.targets, it can search and act on all projects in the current folder and subordinates. See this document about its search scope.Directory Build.targetsis pretty much likeDirectory Build.props. AndDirectory Build.targetsexecutes after build whileDirectory Build.propsexecutes before the build starts.In your situation, you want to overwrite property Version, you should use
Directory Build.targets.Then when you're building a project, it automatically puts content in the scope of the project.
Solution
1) create a file called
Directory Build.targetsfile under your solution or upper level directory of 100 projects.2) add these into
Directory Build.targetsfile:3) Then you can set all changed projects' version to the same version that you wish.
And this function makes the same property changes for all the changed projects.
You should Note that it has a flaw
But you should not modify other related projects(code changes or add new item, picture or anything else) If you change unrelated projects, this feature also changes the version of unrelated projects. This is a special feature of CoreCompile target.
Suggestion
Therefore, you should pay attention not to modifying other projects or you could use Alt+A to select all projects-->unload project and then reload required projects and modify them in case any other unrelated projects are modified.
Or try to put these required projects into a new folder called
Modified Projectsunder the solution folder(which existsxxx.slnfile) and then putDirectory Build.targetsintoModified Projectsfolder.-----------------Use other methods like this to avoid this situation.
Update 1
1) If your projects are in the same solution folder, then you can create a file called
Directory.Build.targets.It will work on all items in the current folder and its secondary directory.
And add my sample code in this file:
And then you can modify your nuget projects, when you finishing your related projects, you can build your solution or use MSBuild.exe to
build xxx.slnand this file will be executed automatically and will change the version of modified nuget projects.Hope it could help you and any other feedback will be expected.
Update 2
Please try to change to use in
Directory.Build.targetsand it will work under the whole solution to apply to everyverisonnumber.And make sure that
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>inDirectory.Build.targets. Otherwise it will fail. So please remove this node inxxx.csorjfile and add<GeneratePackageOnBuild>true</GeneratePackageOnBuild>inDirectory.Build.targets.