jenkinsci / jenkinsci/change-assembly-version-plugin
[JENKINS-36375] Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs
- Dominant language
- Java
- Stars
- 16
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
The plugin is adding a "?" char to all AssemblyInfo.cs files,
Ex.
?using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
It do change the assembyVersion line correctly
[assembly: AssemblyVersion("4.6.7.1")]
But the build is failing because the ? at the beginning of the file
---
Originally reported by eyzenm, imported from: Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs
Raw content of original issue
The plugin is adding a "?" char to all AssemblyInfo.cs files,
Ex.
?using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the informationIt do change the assembyVersion line correctly
[assembly: AssemblyVersion("4.6.7.1")]But the build is failing because the ? at the beginning of the file
environment
```
master Linux, Slave: windows
Jenkins ver. 2.11
```
Contributor guide
Assessment
This issue has not been assessed yet.