aetos

Results 17 issues of aetos

When I attempted to upload a sarif file using the `upload-sarif@v1` action, I encountered the following error. > Unable to upload "/home/runner/work/path-to.sarif" as it is not valid SARIF: > \-...

ver. 1.3.75 Just after launching Visual Studio (any project is not open) I got an error when I pressed the Sync button in Team Explorer. ![bberr](https://user-images.githubusercontent.com/2569664/38245567-7fe32212-3779-11e8-9fa8-6ce160010b1d.png)

bug

bflat の解説に > なおライセンスは AGPL となっているため注意が必要。 とありますが、どのような意図でしょうか。 bflat はスタンドアロンの exe を出力するツールであり、その出力した exe を使う/配布するに際しては、AGPL の影響は受けないのではないかと思います。 bflat の派生物を作るとか、bflat 自体をアプリケーションに組み込んで使用するといった場合には AGPL の影響を受けます。

### Description of the new feature / enhancement Add a feature to Awake that prevents the computer lock while the toggle switch is enabled. While this feature is enabled, dynamic...

Needs-Triage

The current base image is `ruby:3.1.1-alpine3.15`. In alpine 3.15, `apk add bash` does not seem to generate `/etc/bash/bashrc` (it does in 3.16 and later). Therefore, the [common-utils](https://github.com/devcontainers/features/tree/main/src/common-utils) feature cannot be...

I wrote the following code. ```cs return new CliConfiguration(rootCommand) .UseHost( hostBuilderFactory: Host.CreateDefaultBuilder, configureHost: static hostBuilder => { hostBuilder.ConfigureServices(static (context, services) => { // configure additional services }); }) .Invoke(args); ```...

Area-Hosting and DI

### Description (optional) Please add the following class in the [System.ComponentModel.DataAnnotations](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations?view=net-8.0) namespace. - [AllowedValuesAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.allowedvaluesattribute?view=net-8.0) - [Base64StringAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.base64stringattribute?view=net-8.0) - [DeniedValuesAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.deniedvaluesattribute?view=net-8.0) - [LengthAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.lengthattribute?view=net-8.0) ### Rationale These classes will be added to the BCL...

### Installed product versions - Visual Studio: 2019 Community - This extension: 1.17.284 ### Description Incorrect candidate values for csharp_space_around_declaration_statements are presented. ### Steps to recreate 1. Open .editorconfig file...

[ValidateArgumentsAttribute.Validate](https://docs.microsoft.com/en-us/dotnet/api/system.management.automation.validateargumentsattribute.validate?view=pscore-6.0.0) method is actually an abstract method, but it is not abstract in the reference assembly. So the code that calls the ValidateArgumentsAttribute.Validate method will not produce a compile error,...

When I select the `Roles/Extensions` branch, I get a message that says **connection lost, reconnecting...** and the screen goes grey and doesn't come back. When I look at the browser...