jenkinsci / jenkinsci/change-assembly-version-plugin

[JENKINS-36375] Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

Open
#80 13 comments 0 reactions 0 assignees View on GitHub
component:change-assembly-version-plugin imported-jira-issue priority:major resolution:unresolved
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


  • assignee: sankethpb
  • status: Open
  • priority: Major
  • component(s): change-assembly-version-plugin
  • resolution: Unresolved
  • votes: 5
  • watchers: 11
  • imported: 20260220-221244

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 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

environment

```
master Linux, Slave: windows

Jenkins ver. 2.11
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.