Giuliano Barberi

Results 11 issues of Giuliano Barberi

`ODataInstanceAnnotationContainer` in OData\WebApi allows CLR types to add annotations by having a `ODataInstanceAnnotationContainer InstanceAnnotations` property as seen [here](https://github.com/OData/WebApi/blob/0338075c9940fe29c6fd18cd3f9e0433fd82d745/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Build.AspNet/InstanceAnnotations/AnnotationController.cs#L76). This functionality was added in https://github.com/OData/WebApi/pull/2219 but never ported to `AspNetCoreOData`. For...

feature

Creating a field called "true" then using it in a `$select=true` throws an error. ### Assemblies affected OData .Net lib 7.10 ### Reproduce steps Create a model with an entity...

# Environment ```none Windows build number: [Environment]::OSVersion Windows Terminal version: Version: 0.5.2762.0 LG Ultra HD (3840x2160@60Hz), 150% scale in windows 3072MB ATI AMD Radeon R9 200 Series (Sapphire/PCPartner) AMD Ryzen...

Needs-Repro
Area-Rendering
Issue-Bug
Product-Terminal
Priority-3

## Problem I have a backplane which pushes updates to the cache. I'd like to expire the entire cache (not remove the items) if the backplane connection is severed. ##...

When a new service comes up but the pods are still starting up, I get a no pods error as the watcher tries too quickly to start forwarding ports. I...

Crashes consistently on this song in Export: https://beatsaver.com/maps/365d1 crashreporter logs attached or can be seen here: https://analyzer.questmodding.com/crashes/kVfx The crash happens when hitting a blue chain block like this one ![image](https://github.com/StackDoubleFlow/NoodleExtensions/assets/92303/de23b6b3-8210-499e-a220-c08f11a270e5)...

I need to protect any API I have in our network and it seems the agent does not provide any authentication currently. Is there any mechanisms to make the agent...

Styles with `ControlState` don't seem to actually apply. For example: ```csharp public class AppStyle : Style { public AppStyle() { Button = new ButtonStyle { BackgroundColor = new StyleAwareValue {...

### Library name and version Azure.Identity 1.12 ### Describe the bug The `ManagedIdentityCredential` will probe IMDS and fail quickly but this only works when it's created via `DefaultAzureCredential`. If a...

Client
Azure.Identity
issue-addressed

Implicit generators should still be generated if there are empty variants ``` [Union] partial record SomeUnion { partial record None(); partial record SomeInt(int Value); partial record SomeString(string Value); // This...