cake-contrib / cake-contrib/Cake.AssemblyInfoReflector
Unable to cast object of type 'System.Boolean' to type 'System.String'
Open
- Dominant language
- C#
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Going to guess this is the `CLSCompliantAttribute` that is a boolean value, but unlike the COM attribute you've not supplied the lambda expression to cast to a bool and then translate to a string.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the handling for CLSCompliantAttribute and compare it with the existing COM attribute conversion mentioned in the issue. Reproduce the boolean-to-string cast failure, then verify that CLSCompliantAttribute is converted to its string representation without throwing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100