-
### Feature request / 功能建议
Hi authors, thanks for open-sourcing such an amazing project! I've carefully read through your paper and the GitHub repository.
I noticed there's a notebook called `CogVi…
-
Thank you for providing such a great tool! I also use it for my work. :)
When running under the following conditions, an error occurs, and the source code generation fails:
- Version: 1.0.0-M1
…
-
```
int main()
{
int a = 10;
while (1)
{
__try {
a = 20;
*(volatile char*)0;
a = 30;
}
__finally
{
…
-
see also
https://github.com/microsoft/compiler-tests/blob/master/seh/seh0043.c
https://github.com/microsoft/compiler-tests/blob/master/seh/seh0048.c
```
int main()
{
int a = 10;
whi…
-
It seems that when a MAUI library is referenced by a project, the MAUI source generator is run for that project. If the project happens to have XAML files, it interferes with the project's own code ge…
-
*Edit by @lforst: Depends on https://github.com/getsentry/sentry-javascript/issues/14286*
### Description
Currently, most (all?) of our meta framework SDKs enable source map generation even if users…
Lms24 updated
2 weeks ago
-
For high performance logging
https://docs.microsoft.com/en-us/dotnet/core/extensions/logger-message-generator
-
### Library name
Azure.AI.Inference
### Please describe the feature.
When trying to use `Azure.AI.Inference` in a native AOT application, the following trim/AOT warnings are produced:
```
ILC …
-
**What happened**:
VolumeSnapshots from statically provisioned VolumeGroupSnapshot do not have the group name label.
Similarly the label is missing fro VolumeSnapshotContents.
The label is he…
-
Generation of source maps adds **10-20** seconds on CI. If it's not needed for Replay or something else, perhaps it can be disabled for development PRs. So it would only be generated for the master br…
NevRA updated
2 months ago