-
**Describe the bug**
After upgrading our project from PHP 7.4 to PHP 8.1 this deprecation warning appeared:
Deprecated Functionality: Optional parameter $baz declared before required parameter $quux…
-
`Context::getopt()` (probably) doesn't allow for the Unix convention of shortening options by concatenating them. Example:
```sh
896 pds/skeleton$ tar -c -v -f foo.tar src/
a src
a src/Compliance…
-
## Class inheritance possibly misbehaving when having restriction tag
When generating from
[contactPersonFull](https://wsieksport.uni-login.dk/wsieksport-v6/ws?xsd=6 "extends from contactPersonE…
-
C2TSにPackageGeneratorという機能を追加しました。
従来のCodeGeneratorは1つのSwiftの型を受け取って、1つのTypeScriptソースを返すAPIでした。
また、そのソース生成に含まれる様々な単位でのコード生成も提供していました。
ユーザーがC2TSを利用するには、CodeGeneratorを活用してうまいことTypeScriptプロジェクトを構成する必要…
-
I used the following code, to generate PHP classes from a WSDL file:
```
// Options definition: the configuration file parameter is optional
$options = GeneratorOptions::instance(/* '/pat…
-
**Describe the bug**
I have generated a package from this WSDL: https://cs-training.test.seatgeekenterprise.com/weblink/19995/get.resource/wsdl/all
One of the data types generated is derived from…
-
### Bug Report
#### Summary
Most APIs use `` as optional arguments. When generating code, those elements become required constructor arguments in the type classes.
#### How to reproduce
…
-
### What happened?
Unable to generate code from valid Crd
### Steps to reproduce
```
helm repo add linkerd https://helm.linkerd.io/stable
helm template linkerd/linkerd-crds | crd2pulumi --n…
-
### Steps to reproduce
Install EntityFramework.Core via NuGet UI in VS 2015
### The issue
Expect owners and authors in Nuspec (and thus UI) NOT to be the package name, but something like: Microsoft
…
-
**The problem**
We have a lot of legacy code that needs updating to the latest version of PackageBase/PackageGenerator. Because the SOAP services we're using have lots and lots of arguments, many o…