Skip to content
#

visual-studio

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

duncanspumpkin
duncanspumpkin commented Apr 30, 2022

Operating System

Win10

OpenRCT2 build

5659d43

Describe the issue

Whilst reviewing #16934 I noticed this issue. When you change the map size using the map window the park size in the park window does not get invalidated and will show the incorrect size until the update event every 1000 ticks.

This is super easy to fix just add a park_calculate_size(); to `GameActions::Result C

bug 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
michael-hawker
michael-hawker commented Sep 2, 2021

From comment on review here: CommunityToolkit/WindowsCommunityToolkit#4206 (comment)

Describe the bug

Our DataGrid Mountain CSV file: https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.SampleApp/Assets/mtns.csv

Doesn't contain all the precise dates. Would be good if we can fill in more month/dates for the li

bug 🐛 help wanted documentation 📃 Hacktoberfest
msbuild
danmoseley
danmoseley commented Nov 26, 2021

An interesting one, gotten from hitting Ctrl-C during a build of dotnet/runtime using 6.0.100-rc.2.21505.57

This line
https://github.com/dotnet/msbuild/blob/a59d7a533c9154e8aa99b823625e7eff199ddf1a/src/Tasks/Copy.cs#L588
should perhaps be

                if (!partitionAccepted && !CancellationToken.IsCancellationRequested)
Build FAILED.

C:\git\runtime\.dotnet\sdk\6.0.100
bug up-for-grabs Good First Issue
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
vzarytovskii
vzarytovskii commented Aug 27, 2021

Consider the following F# code

open System

[<Obsolete("Foo", true)>]
type Foo() =
    member _.Bar() = ()

let foo = Foo()
foo.Bar()

It compiles just fine, regardless the ObsoleteAttribute on the type. It won't produce a diagnostic even if we call to foo.Bar() [[SharpLab](https://sharplab.io/#v2:DYLgZgzgNALiBOBXAdgHwPYAcCmyAEAygJ4QzYC2AsAFA0DaAPAPIBGE6w2ZAFAEQBi6d

Bug good first issue Impact-Low Area-Compiler-Checking
elinor-fung
elinor-fung commented Apr 26, 2022

Describe the bug

RuntimeIdentifier in project file is ignored when building/publishing using dotnet build --self-contained or dotnet publish --self-contained. The runtime identifier of the SDK is always used.

To Reproduce

  1. Create a new app
  2. Update the .csproj to specify a RuntimeIdentifier that is not the same as the SDK you are using. For example, when using a Windows
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