question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

paket pack buildconfig is case sensitive

See original GitHub issue

Description

buildconfig parameter for packet pack command is case sensitive

Repro steps

  1. Run paket pack output bin buildconfig Release buildplatform AnyCPU
  2. Run paket pack output bin buildconfig release buildplatform AnyCPU

pay attention that buildconfig value is different in these cases release and Release

Expected behavior

Results of these commands are same

Actual behavior

$ paket pack output bin buildconfig release buildplatform AnyCPU
Paket version 3.16.3.0
Paket failed with:
        Unable to find release output path node in file C:\projects\project\src\project\project.fsproj targeting the AnyCPU platform
$ paket pack output bin buildconfig Release buildplatform AnyCPU
Paket version 3.16.3.0
Packed: C:\projects\project\src\project\paket.template
0 seconds - ready.

Known workarounds

Use correct config names in your scripts

Related information

  • Windows 10 build 14393.82
  • paket 3.15 / 3.16

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
forkicommented, Aug 25, 2016

no I think this has nothing to do with argu. It’s the way how we try to find the right configuration in a csproj XML haystack

0reactions
cloudRoutinecommented, Aug 25, 2016

StringComparison.OrdinalIgnoreCase is faster and all that’s necessary for this usecase

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multiple dex files define <my package>/BuildConfig, can't ...
In this case error message says about duplicate configs named after that library's package name. I solved it with including the library as...
Read more >
Gradle tips and recipes | Android Studio
Gradle tips and recipes ... Gradle and the Android plugin for Gradle provide a flexible way to compile, build, and package your Android...
Read more >
Android Build System: BuildConfig fields and Build Variants
It compiles app resources and source code and packages them into APKs for testing, deployment, signing configuration, dependency management, and ...
Read more >
Release Notes
BUGFIX: Fix build by pinning Microsoft.build packages now that . ... BUGFIX: Fixed case sensitivity on package name when search references in Paket.lock ......
Read more >
How To Kill Your NuGet Package Through Casing
Since the NuGet gallery compares IDs without case sensitivity, these ID were matched and hence the later package became a newer version of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found