Urls containing [ and ] generates code that does not compile
See original GitHub issueIf the URL contains [ ] the types name will contain it as well and generate compilation errors.
According to https://fsharp.org/specs/language-spec/4.0/FSharpSpec-4.0-latest.pdf in section “3.4 Identifiers and Keywords”
_Note that when an identifier is used for the name of a types, union type case, module, or namespace, the following characters are not allowed even inside double-backtick marks: ‘.', ‘+’, ‘$’, ‘&’, ‘[’, ‘]’, ‘/’, ‘\’, ‘*’, ‘"’, ‘`’
Maybee exchange thoose chars to something or remove them when generating the Client.fs?
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Generated code is not compiled - maven
Run mvn compile (phase up-to, including, compile) on pom even without the plugin After this phase, there will be compiled sources in the...
Read more >How can I pass a URL containing # to a macro without ...
I have frequent need to use URLs with # characters in them, and the hashtag causes compilation errors of course. To date, I...
Read more >GCC and Make - A Tutorial on how to compile, link ...
When compiling the program, the compiler needs the header files to compile the source codes; the linker needs the libraries to resolve external...
Read more >Source Codes - Classy Support Center
Learn how to build URLs containing source codes, how to find this information within reporting, and some basic best practices when using source...
Read more >Write a URL in a C++ program
Writing URLs in programming code doesn't affect the program and the compiler will not throw any error. Here, we will how to use...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Seams to work perfectly now 😃 Thanks!
Awesome! thanks for confirming 🙏