-
### 🚀 Feature Request
Wondering if you've considered adding [Playwright component testing](https://playwright.dev/docs/test-components) for Blazor: https://learn.microsoft.com/en-us/aspnet/core/bla…
-
I have a repository that includes multiple libraries. One of the libraries is experimental, so when I do a `dotnet pack`, I want its version to retain the `preview` version suffix as with unstable rel…
-
For the Fluent UI library we are using several folders in our solution for organizational purposes. The library code for example is in a src subfolder. Creating tests fails with this and debugging the…
-
### Description
Currently, if a FITS file is missing ``BUNIT``, ``CCDData.read(fpath)`` raises ValueError
```
ValueError: a unit for CCDData must be specified.
```
This is…
-
When reading a FITS file with the following commands:
```python
# read the FITS file and produce Specral Cube
hdul = fits.open(fits_dir+fits_file+'.fits')
hdr = hdul[0].header
…
-
## Background and Motivation
In Blazor, users and 3rd party libraries can customize component creation by providing the runtime with a custom `IComponentActivator` type. It would be beneficial in s…
-
As well as needing tests in the API, there is a Blazor testing library called bUnit that could be used to add unit tests to the UI project.
You can find bUnit [here](https://bunit.egilhansen.com/).
-
**Describe the bug**
When a Razor component contains a `DynamicComponent` and its type gets changed in a click event, other elements with `@ref` element references lose their `ReferenceCaptureId` a…
-
for unit=u.Unit('nanomaggy'), the line
fits.py:170 dsthdr['BUNIT'] = (unit.to_string('fits'), 'data unit type')
failes inside a try/except.
fix is replacing line fits.py:171 by
…
-
How can a Blazored Modal be unit tested? (I'm using the bUnit framework.)
My modal component has a CascadingParameter BlazoredModalInstance. Clicking "OK" calls BlazoredModalInstance.CloseAsync(), …