cake-contrib / cake-contrib/Cake.AssemblyInfoReflector

Unable to cast object of type 'System.Boolean' to type 'System.String'

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.