Kevin Krumwiede

Results 12 issues of Kevin Krumwiede

It would be nice if the doc comments for `InRange` mentioned inclusivity. Without reading the code, it seems ambiguous to me whether it works like SQL `between` (min

documentation

`ejml-ddense` and `ejml-fdense` version 0.34 reference `java.awt` and `javax.swing` packages, making them unusable (or at least requiring a workaround) in Android projects. It seems like a mixing of concerns for...

Discuss

I'm experimenting with actions. Unbound, collection, and entity actions all behave the same way with regard to `ParameterConfiguration.Required()`. The problem could be my expectation of what `Required()` is supposed to...

bug

I created a very simple EDM and `ODataController`. My intended API works. But the `Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollectionProvider` that gets injected into Swashbuckle's `SwaggerGenerator` contains an unexpected and unwanted `ApiDescription` for the $count...

bug

I plan to have several entities that implement common interfaces. For example, I might have an interface that includes an `Inactive` flag. For ease of maintenance, I want to automatically...

This page links to https://aka.ms/efcore-docs-triggers which just redirects to Bing. Nice try, but I'm still not using Bing. --- #### Document Details ⚠ *Do not edit this section. It is...

area-model-building
undocumented-feature

This is an intentional duplicate of #619. I wonder if that issue lost visibility because of the way it went down a rabbit hole. The underlying problem was hashed out...

bug

If BT is off when the app is started, it asks for permission to turn it on. If you say yes, it immediately crashes: ``` E/AndroidRuntime(28510): java.lang.RuntimeException: Failure delivering result...

TMS responses seem to select the map by title rather than path or file name. I think this is a bug. **What I did:** In my first test installation, I...

### Description The [component disposal](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/lifecycle?view=aspnetcore-8.0#component-disposal-with-idisposable-and-iasyncdisposable) section states: >Disposal can occur at any time, including during [component initialization](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/lifecycle?view=aspnetcore-8.0#component-initialization-oninitializedasync). This gives rise to a couple questions that affect how defensive a developer...

Pri3
Source - Docs.ms
Blazor
doc-enhancement
aspnet-core/svc
blazor/subsvc