Results 8 issues of CTS Trade IT

#5288 #5281 Besides explaining in detail how subscription work and what makes SubscribeAndResolve differ from Subscribe added new section on using Subscriptions without HC's pubsub.

📚 documentation

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug This example ``` public async IAsyncEnumerable SubItems(long id, [Service] IEventTarget...

🎉 enhancement
🌶️ hot chocolate

### Is your feature request related to a problem? You may use ASP NET Core's authorization handlers to restrict access to an object type. ``` class CarType: ObjectType { Configure(IObjectTypeDescriptor...

🎉 enhancement
🌶️ hot chocolate
Area: Security

### Is your feature request related to a problem? Sample code: ``` class Brand { public int Id { get; set; } public string? Name { get; set; } }...

🎉 enhancement
🌶️ hot chocolate
Area: Data
Area: Projections

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Have a dependenecy and an ErrorFilter: ``` class Dependency {}...

🐛 bug
🌶️ hot chocolate
📌 pinned

## Expected Behavior ``` class StartupCallback {} ``` If I have container that contains 0 bindings of class StartupCallback and I do `getAll` I get empty array. ## Current Behavior...

**Current behaviour** Sample query from DebugView (the query is way bigger but this is the part that causes the problem): ```csharp DbSet() .Select(journal => new OverviewAccountingJournalMappingSource{ Worker = journal.WorkerAccountingId !=...

customer-reported
area-query

**Current** Sample GET url http://localhost:51994/time-tracks?$filter=((dateFrom+eq+2024-04-17T09:45:00%2B02:00))&$orderby=dateFrom+desc&$skip=0&$top=25 contains time 2024-04-17T9:45:00.0000000+02:00 Produces SQL query that contains "2024-04-17T11:45:00.0000000+02:00". So it get's treated as if the date in the filter was UTC time. The fault...

bug