Skip to content
#

visual-studio

Here are 4,688 public repositories matching this topic...

duncanspumpkin
duncanspumpkin commented May 17, 2022

G1_FLAG_BMP has the wrong name its the inverse of its name it is used to indicate that the sprite has transparency and will require blending with the background to produce the end result. The vast majority of images have this flag set.

good first issue
Prism
dansiegel
dansiegel commented Dec 21, 2019

Summary

Many API's are currently lacking XML docs or have invalid markup. As we begin to explore adding API documentation to the Prism Docs, we need to update the existing codebase with more complete XML docs so that these docs can be generated for the docs site.

HACKTOBERFEST UPDATE

Thank you for joining us for your Hacktoberfest contributions... Please take some time to familiari

WindowsCommunityToolkit
knightmeister
knightmeister commented May 31, 2022

Describe the problem

At the moment, the image cropper can only load from a file (via a StorageFile or path).

There are scenarios where loading from a stream is beneficial (i.e. when downloading from the web). It's obviously trivial to work around this, but given all LoadImageFromFile does is create a stream, why not just expose the stream?

Describe the solution

Create a new metho

help wanted feature request 📬 good first issue
msbuild
KirillOsenkov
KirillOsenkov commented Jun 1, 2022

I'd expect this to embed C:\temp\1.txt into the binlog, but it doesn't:

<Project>

  <Target Name="Build">
    <MSBuild Projects="$(MSBuildThisFileFullPath)" Targets="GetItems">
      <Output TaskParameter="TargetOutputs" ItemName="EmbedInBinlog" />
    </MSBuild>
  </Target>

  <Target Name="GetItems" Returns="@(ResultItem)">
    <ItemGroup>
      <ResultItem Include="C:\temp\
up-for-grabs Area: Debuggability Good First Issue Area: Logging
CrispyDrone
CrispyDrone commented Jul 2, 2019

Feature category

  • Check(Type 'x') any that Applicable item:
    • Vim
    • Vim plugin

Currently it seems that VsVim (and Vim for that matter) do not support interpolated strings of C#. It would be really neat if in a string like the following:

logger.Info($"Starting to move tokens {(string.Join(", ", tokens))} from card with code: {oldCard.Code} to replacement card with
fsharp
dsyme
dsyme commented Jun 3, 2022
  1. FCS has an ability to take SyntaxTree as inputs instead of text. It was added by @eiriktsarpalis way back, but is to my knowledge entirely unused today - especially given the rate of churn in the specification of SyntaxTree as trivia has been added and other things cleaned up. I propose we remove this for simplicity's sake. At some later point we can take parsed inputs as input but there is
baronfel
baronfel commented Jun 3, 2022

SDK resolution error messages currently look like this:

Unable to locate the .NET SDK version '{0}' as specified by global.json, please check that the specified version is installed.

This is helpful, but doesn't tell the user which global.json is impacting the resolution. This is often fairly straightforward to find out (since global.json is heirarchical, it must be at or above the working

good first issue Area-CLI cli-ux
vebmaster
vebmaster commented Mar 17, 2021

💻 Environment

Platform: Windows
OS Version: 10
Toggl Version: 7.5.442

📒 Description

Hello.
Thank you for such a good program for keeping track of work. It helps me a lot, it's very convenient.

  1. Auto Update.
    How can I disable updating to the latest version? Since the program itself downloads the update to the latest version and after closing and opening the program updates t
bug good first issue

Improve this page

Add a description, image, and links to the visual-studio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the visual-studio topic, visit your repo's landing page and select "manage topics."

Learn more