Skip to content

Possible issue causing problem with marksman? #3

@ReticentRobot

Description

@ReticentRobot

Hello,

There are several people (self included) that are running into problems using marksman with Snipe-IT version 5+. I think I've traced the problem to line 45 in Category.cs in your fork of SnipeSharp:

public bool eula { get; set; }

I've found that if I change it to:

public string eula { get; set; }

and then build the SnipeSharp and then marksman projects, that this gets marksman working again on Snipe-IT 5+. Would you be able to verify that (I'm not a developer, and have no idea if this will cause problems or if changing from bool to string would be the right variable type), and if so - implement a fix to get it working again?

Thanks so much!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions