-
## Acceptance criteria
- [ ] The listed features are documented sufficiently on MDN
- [ ] BCD is updated
- [ ] Interactive example and data repos are updated if appropriate
- [ ] The content has…
-
## Acceptance criteria
- [ ] The listed features are documented sufficiently on MDN
- [ ] BCD is updated
- [x] Interactive example and data repos are updated if appropriate
- [ ] The content has…
-
### Preconditions and environment
- Magento 2.4.6 & 2.4.7
- Set config path [`customer/create_account/confirm`](https://github.com/magento/magento2/blob/a4cf5e62468770fdb9f7b48938f6644ae354a51b/app/…
-
-
Based on the work done to support IRIS in SqlRender v1.19, we'd like to add the necessary changes to WebAPI to carry these changes through for Atlas.
One question related to this change: are there…
-
### Description
I create a web api .net 9 project, it builds but after running dotnet run command it shows error. I don't have any problem in .net 8 on Windows 10.
The commands in .net 9 :
PS D:\Tes…
-
## Acceptance criteria
- [x] The listed features are documented sufficiently on MDN
- [x] BCD is updated
- [x] Interactive example and data repos are updated if appropriate
- [x] The content has been…
-
## Acceptance criteria
- [x] The listed features are documented sufficiently on MDN
- [x] BCD is updated
- [x] Interactive example and data repos are updated if appropriate
- [x] The content has…
-
## Acceptance criteria
- [ ] The listed features are documented sufficiently on MDN
- [ ] BCD is updated
- [ ] Interactive example and data repos are updated if appropriate
- [ ] The content has…
-
The API allows doing stuff like this:
```
dynamic steamNews = WebAPI.GetInterface( "ISteamNews" )
steamNews.GetNewsForApp002( appid: 730, maxlength: 100, count: 5 );
```
I always found this odd…