commit stringlengths 40 40 | subject stringlengths 0 1.12k | message stringlengths 11 14.5k | repos stringlengths 8 11.5k | file_path stringlengths 6 191 | license stringclasses 12
values | unix_time int64 805M 1.66B | new_contents stringlengths 14 20M | old_contents stringlengths 1 20M |
|---|---|---|---|---|---|---|---|---|
0309ffc945796edb74074ed556c0131d420b2194 | Fix yaml front matter parsing with Markdown | Fix yaml front matter parsing with Markdown
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Yaml/YamlUtil.cs | bsd-2-clause | 1,592,756,077 | using System;
using System.IO;
using Scriban.Parsing;
using Scriban.Runtime;
using SharpYaml;
using SharpYaml.Events;
using SharpYaml.Schemas;
using Parser = SharpYaml.Parser;
namespace Lunet.Yaml
{
/// <summary>
/// Helper functions to decode a YAML into a Scriban <see cref="ScriptObject"/> or <see cref="Scr... | using System;
using System.IO;
using Scriban.Parsing;
using Scriban.Runtime;
using SharpYaml;
using SharpYaml.Events;
using SharpYaml.Schemas;
using Parser = SharpYaml.Parser;
namespace Lunet.Yaml
{
/// <summary>
/// Helper functions to decode a YAML into a Scriban <see cref="ScriptObject"/> or <see cref="Scr... |
4af0db58754ab89d9f783a4f4a8619fa68eabe87 | window style for custom stat overrides | window style for custom stat overrides
| cadon/ARKStatsExtractor | ARKBreedingStats/mods/CustomStatOverridesEditor.Designer.cs | mit | 1,592,755,979 | namespace ARKBreedingStats.mods
{
partial class CustomStatOverridesEditor
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// ... | namespace ARKBreedingStats.mods
{
partial class CustomStatOverridesEditor
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// ... |
fcd9535ee261050814048db69abd435a93ff100d | Fixed #1939 again, this time with properly initialized timer (no periodic repeat) and checking batch completion before delivering it again. | Fixed #1939 again, this time with properly initialized timer (no periodic repeat) and checking batch completion before delivering it again.
| MassTransit/MassTransit,phatboyg/MassTransit,phatboyg/MassTransit,MassTransit/MassTransit,MassTransit/MassTransit,phatboyg/MassTransit | src/MassTransit/Pipeline/ConsumerFactories/BatchConsumer.cs | apache-2.0 | 1,592,755,889 | namespace MassTransit.Pipeline.ConsumerFactories
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Context;
using GreenPipes;
using Util;
public class BatchConsumer<TConsum... | namespace MassTransit.Pipeline.ConsumerFactories
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Context;
using GreenPipes;
using Util;
public class BatchConsumer<TConsum... |
aabe8ca0abe72616b8934c616a40ef0372b0bb8e | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,592,754,164 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
b120442977028b1992bb0a0f1ff70a293a757e1b | BufferMessageAdapter. Handle order replace messages. | BufferMessageAdapter. Handle order replace messages.
| StockSharp/StockSharp | Algo/Storages/BufferMessageAdapter.cs | apache-2.0 | 1,592,754,144 | namespace StockSharp.Algo.Storages
{
using System;
using System.Threading;
using System.Linq;
using Ecng.Common;
using Ecng.Collections;
using Ecng.Serialization;
using StockSharp.Messages;
using StockSharp.Logging;
/// <summary>
/// Buffered message adapter.
/// </summary>
public class BufferMessageAdap... | namespace StockSharp.Algo.Storages
{
using System;
using System.Collections.Generic;
using System.Threading;
using System.Linq;
using Ecng.Common;
using Ecng.Collections;
using Ecng.Serialization;
using StockSharp.Messages;
using StockSharp.Logging;
/// <summary>
/// Buffered message adapter.
/// </summa... |
6a7268cfcfa78f0b93f928e696f904283d411a3b | ListManager: Update command parser to allow more space between parameters | ListManager: Update command parser to allow more space between parameters
The functional differences in the expression are that any amount of spaces
(greater than 0, of course) is allowed between capturing groups.
Before:
> YourCVNBot bl add 80.100.192.168 x=7440 r=vandalism on en.wikipedia
> Added: 80.100.192.168... | countervandalism/CVNBot | src/CVNBot/ListManager.cs | mit | 1,592,754,022 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Text.RegularExpressions;
using System.Threading;
using System.Xml;
using log4net;
using Mono.Data.Sqlite;
namespace CVNBot
{
struct ListMatch
{
public bool Success;
public ... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Text.RegularExpressions;
using System.Threading;
using System.Xml;
using log4net;
using Mono.Data.Sqlite;
namespace CVNBot
{
struct ListMatch
{
public bool Success;
public ... |
69e71407de56da7644d2983a2c9c0caed8bd03d9 | Program: Always do a restart if there is an unhandled exception | Program: Always do a restart if there is an unhandled exception
Previously it only did a restart if logger.Error threw an
exception.
This code has been this way since the first Git commit 10 years ago
from CVNBot 1.14 (16d823a64f872706b9).
| countervandalism/CVNBot | src/CVNBot/Program.cs | mit | 1,592,753,095 | using System;
using System.Collections;
using System.Collections.Specialized;
using Meebey.SmartIrc4net;
using System.Threading;
using System.Text.RegularExpressions;
using System.IO;
using log4net;
using System.Collections.Generic;
using System.Reflection;
// Logging:
[assembly: log4net.Config.XmlConfigurator(Watch =... | using System;
using System.Collections;
using System.Collections.Specialized;
using Meebey.SmartIrc4net;
using System.Threading;
using System.Text.RegularExpressions;
using System.IO;
using log4net;
using System.Collections.Generic;
using System.Reflection;
// Logging:
[assembly: log4net.Config.XmlConfigurator(Watch =... |
fadbebdebe9d88923b28e7cae78a093caa8600fd | Program: Remove Disconnect/AutoReconnect=false hack | Program: Remove Disconnect/AutoReconnect=false hack
This was handling a problem that I believe no longer exists
in SmartIrc4net 0.4.5.1 and later:
<https://github.com/meebey/SmartIrc4net/commit/2579c661e89>
This change makes it so that 'Irc_OnConnectionError' is not
called after doing Disconnect(), which is the same ... | countervandalism/CVNBot | src/CVNBot/Program.cs | mit | 1,592,753,082 | using System;
using System.Collections;
using System.Collections.Specialized;
using Meebey.SmartIrc4net;
using System.Threading;
using System.Text.RegularExpressions;
using System.IO;
using log4net;
using System.Collections.Generic;
using System.Reflection;
// Logging:
[assembly: log4net.Config.XmlConfigurator(Watch =... | using System;
using System.Collections;
using System.Collections.Specialized;
using Meebey.SmartIrc4net;
using System.Threading;
using System.Text.RegularExpressions;
using System.IO;
using log4net;
using System.Collections.Generic;
using System.Reflection;
// Logging:
[assembly: log4net.Config.XmlConfigurator(Watch =... |
455b74897c61ee8b1662684a5e26fc996872e8df | Documentation | Documentation
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/InGameEvents/EventScriptBase.cs | agpl-3.0 | 1,592,751,195 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace InGameEvents
{
/// <summary>
/// The base script that events can be inherited from, But in order for the events to be added to the event list a start method must be added to the new script:
///
/// private void Start()
/// {... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace InGameEvents
{
public class EventScriptBase : MonoBehaviour
{
/// <summary>
/// Event name to be displayed in admin UI
/// </summary>
public string EventName = null;
/// <summary>
/// Delayed method start time
///... |
e248855fe683501e2720e331b842a61a78757086 | Update Color.Normalized -> NormalizedRGBA | Update Color.Normalized -> NormalizedRGBA
| lucas-miranda/Raccoon | Raccoon/Graphics/Color.cs | mit | 1,592,751,006 | using System.Text.RegularExpressions;
using Raccoon.Util;
namespace Raccoon.Graphics {
public struct Color {
#region Private Static Readonly Members
private static readonly Regex ColorFormatRegex = new Regex(@"^\#?((([a-fA-F0-9]){3,4})|(([a-fA-F0-9]{2}){3,4}))$");
#endregion Private Stat... | using System.Text.RegularExpressions;
using Raccoon.Util;
namespace Raccoon.Graphics {
public struct Color {
#region Private Static Readonly Members
private static readonly Regex ColorFormatRegex = new Regex(@"^\#?((([a-fA-F0-9]){3,4})|(([a-fA-F0-9]{2}){3,4}))$");
#endregion Private Stat... |
69c273f0c6c17e9d9e8932ffa883659edaf30549 | Fix agent debug logging | Fix agent debug logging | nunit/nunit-console,nunit/nunit-console,nunit/nunit-console,nunit/nunit-console | src/NUnitEngine/nunit-agent/Program.cs | mit | 1,592,750,829 | // ***********************************************************************
// Copyright (c) 2008 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... | // ***********************************************************************
// Copyright (c) 2008 Charlie Poole, Rob Prouse
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restri... |
659d66229f23648806c63c40d8325cb4bf1718f6 | Fix error in ContentBuilder | Fix error in ContentBuilder
| lunet-io/lunet,lunet-io/lunet | src/Lunet.Core/Core/ContentBuilder.cs | bsd-2-clause | 1,592,749,182 | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
... | // Copyright (c) Alexandre Mutel. All rights reserved.
// This file is licensed under the BSD-Clause 2 license.
// See the license.txt file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
... |
e0e3c66873902558a8539c5eb1ed5569f0fdac65 | Shuffle List | Shuffle List
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/InGameEvents/InGameEventsManager.cs | agpl-3.0 | 1,592,748,800 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace InGameEvents
{
/// <summary>
/// The controller for in game events
/// </summary>
public class InGameEventsManager : MonoBehaviour
{
private static InGameEventsManager instance;
public static InGameEventsManager Instance... | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace InGameEvents
{
/// <summary>
/// The controller for in game events
/// </summary>
public class InGameEventsManager : MonoBehaviour
{
private static InGameEventsManager instance;
public static InGameEventsManager Instance... |
3963746f7de2e485f47d164877fb1adf8dfb9252 | Update EventAsteroids.cs | Update EventAsteroids.cs
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/InGameEvents/InGameEventScripts/EventAsteroids.cs | agpl-3.0 | 1,592,748,625 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace InGameEvents
{
public class EventAsteroids : EventScriptBase
{
private MatrixInfo StationMatrix;
private Queue<Vector3> ImpactCoords = new Queue<Vector3>();
public GameObject ExplosionPrefab = null;
[Se... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace InGameEvents
{
public class EventAsteroids : EventScriptBase
{
private MatrixInfo StationMatrix;
private Queue<Vector3> ImpactCoords = new Queue<Vector3>();
public GameObject ExplosionPrefab = null;
[Se... |
6fd37444cdc89148174b9036c47d7c4856eb3b16 | closing streams in sample application | closing streams in sample application
#41
Please check if the bug is fixed now.
| stephanstapel/ZUGFeRD-csharp | ZUGFeRD-Test/Application.cs | apache-2.0 | 1,592,748,620 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
56d06c7bd1bf7bc26559c156c8adb89a8c13afb7 | Removed hard coded values | Removed hard coded values
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/InGameEvents/InGameEventScripts/EventAsteroids.cs | agpl-3.0 | 1,592,748,527 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace InGameEvents
{
public class EventAsteroids : EventScriptBase
{
private MatrixInfo StationMatrix;
private Queue<Vector3> ImpactCoords = new Queue<Vector3>();
public GameObject ExplosionPrefab = null;
[Se... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace InGameEvents
{
public class EventAsteroids : EventScriptBase
{
private MatrixInfo StationMatrix;
private Queue<Vector3> ImpactCoords = new Queue<Vector3>();
public GameObject ExplosionPrefab = null;
pri... |
cc68c0e496b8568bf0c984abab1adabf83a28d80 | Update Entity's components disposing | Update Entity's components disposing
| lucas-miranda/Raccoon | Raccoon/Core/Entity.cs | mit | 1,592,747,597 | using System.Collections.Generic;
using Raccoon.Graphics;
using Raccoon.Components;
using Raccoon.Util.Collections;
namespace Raccoon {
public class Entity : ISceneObject {
#region Public Delegates
public event SceneObjectEvent OnSceneAdded = delegate { },
... | using System.Collections.Generic;
using Raccoon.Graphics;
using Raccoon.Components;
using Raccoon.Util.Collections;
namespace Raccoon {
public class Entity : ISceneObject {
#region Public Delegates
public event SceneObjectEvent OnSceneAdded = delegate { },
... |
22419a6ac6f5ccd1ddd2d1c2ba63e28dba07a439 | Add Random.ChooseWeighted new signature | Add Random.ChooseWeighted new signature
| lucas-miranda/Raccoon | Raccoon/Util/Random.cs | mit | 1,592,747,543 | using System.Collections.Generic;
using Raccoon.Graphics;
namespace Raccoon.Util {
/// <summary>
/// Provides a set of Random generation utility methods.
/// </summary>
public static class Random {
#region Private Members
private static int _seedValue;
private static System.R... | using System.Collections.Generic;
using Raccoon.Graphics;
namespace Raccoon.Util {
/// <summary>
/// Provides a set of Random generation utility methods.
/// </summary>
public static class Random {
#region Private Members
private static int _seedValue;
private static System.R... |
b8466d2d8a8eed8b57c231af5ce0662bdae28833 | Add List<T> extensions => map, reduce and filter | Add List<T> extensions => map, reduce and filter
| lucas-miranda/Raccoon | Raccoon/Core/Definitions/Extensions.cs | mit | 1,592,747,454 | using System.Text;
using System.Collections.Generic;
using System.Reflection;
using Raccoon.Util;
public static class Extensions {
#region Enums
public static int GetUnderlyingNumericSize(this System.Enum e) {
return System.Runtime.InteropServices.Marshal.SizeOf(System.Enum.GetUnderlyingType(e.GetTy... | using System.Text;
using System.Collections.Generic;
using System.Reflection;
using Raccoon.Util;
public static class Extensions {
#region Enums
public static int GetUnderlyingNumericSize(this System.Enum e) {
return System.Runtime.InteropServices.Marshal.SizeOf(System.Enum.GetUnderlyingType(e.GetTy... |
58056145c903c7cb43218ca16ec9fae55b3302e1 | `AggressiveInlining` | `AggressiveInlining`
| 6bee/aqua-core | src/Aqua/_Global/Check.cs | mit | 1,592,746,480 | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
[EditorBrowsable(EditorBrowsableState.Never)]
[SuppressM... | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
using System;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
[EditorBrowsable(EditorBrowsableState.Never)]
[SuppressMessage(
"Major Bug",
"S3903:Types should be defined in na... |
fc05e687bd780beeb7d63e872e3c603b7a18cb42 | added friend assembly `Remote.Linq.Async.Ix` | added friend assembly `Remote.Linq.Async.Ix`
| 6bee/aqua-core | src/Aqua/Properties/AssemblyInfo.cs | mit | 1,592,746,465 | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
using System;
using System.Runtime.CompilerServices;
using System.Security;
[assembly: InternalsVisibleTo("Aqua.Tests, PublicKey=" +
"0024000004800000940000000602000000240000525341310004000001000100953fd... | // Copyright (c) Christof Senn. All rights reserved. See license.txt in the project root for license information.
using System;
using System.Runtime.CompilerServices;
using System.Security;
[assembly: InternalsVisibleTo("Aqua.Tests, PublicKey=" +
"0024000004800000940000000602000000240000525341310004000001000100953fd... |
1a58bd481e50f0fd810e284983476faecf599b9c | 設定ファイルがない場合にエラーとなる問題を修正。 | 設定ファイルがない場合にエラーとなる問題を修正。
| t-miyake/OutlookOkan | OutlookOkan/Models/GenerateCheckList.cs | apache-2.0 | 1,592,746,330 | using OutlookOkan.CsvTools;
using OutlookOkan.Properties;
using OutlookOkan.Types;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text.RegularExpressions;
using System.Threading;
using Outlook = Microsoft.Office.Interop.Ou... | using OutlookOkan.CsvTools;
using OutlookOkan.Properties;
using OutlookOkan.Types;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text.RegularExpressions;
using System.Threading;
using Outlook = Microsoft.Office.Interop.Ou... |
d0f637d517189e9cf97e22b4ea336d04d5608d3f | 添付ファイル忘れの警告機能が動作していなかった問題を修正。 | 添付ファイル忘れの警告機能が動作していなかった問題を修正。
| t-miyake/OutlookOkan | OutlookOkan/ThisAddIn.cs | apache-2.0 | 1,592,746,298 | using OutlookOkan.CsvTools;
using OutlookOkan.Helpers;
using OutlookOkan.Models;
using OutlookOkan.Services;
using OutlookOkan.Types;
using OutlookOkan.Views;
using System;
using System.Linq;
using System.Windows;
using System.Windows.Interop;
using Outlook = Microsoft.Office.Interop.Outlook;
namespace OutlookOkan
{
... | using OutlookOkan.CsvTools;
using OutlookOkan.Helpers;
using OutlookOkan.Models;
using OutlookOkan.Services;
using OutlookOkan.Types;
using OutlookOkan.Views;
using System;
using System.Linq;
using System.Windows;
using System.Windows.Interop;
using Outlook = Microsoft.Office.Interop.Outlook;
namespace OutlookOkan
{
... |
92267c2fca780a600b3a5396dfcb0fca69a94360 | Eliminate usage of the null-forgiveness operator when assembling literate stack traces, by instead detecting and reporting potential future breakages. | Eliminate usage of the null-forgiveness operator when assembling literate stack traces, by instead detecting and reporting potential future breakages.
| fixie/fixie,fixie/fixie | src/Fixie/Internal/Listeners/ExceptionExtensions.cs | mit | 1,592,745,921 | namespace Fixie.Internal.Listeners
{
using System;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Runtime.ExceptionServices;
using System.Text;
static class ExceptionExtensions
{
static readonly MethodInfo CaseExecuteMethod =
type... | namespace Fixie.Internal.Listeners
{
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.ExceptionServices;
using System.Text;
static class ExceptionExtensions
{
static readonly MethodInfo CaseExecuteMeth... |
930cebdf204a399a9ad5198297c73a2f739eb752 | Improve SimpleModelMapper, add support for Utc / Enum as strings | Improve SimpleModelMapper, add support for Utc / Enum as strings
| peopleware/net-ppwcode-vernacular-nhibernate,peopleware/net-ppwcode-vernacular-nhibernate | src/III/MappingByCode/SimpleModelMapper.cs | apache-2.0 | 1,592,745,107 | // Copyright 2018 by PeopleWare n.v..
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writ... | // Copyright 2018 by PeopleWare n.v..
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or agreed to in writ... |
0e33f055fe799a0fee38d108f36bcf7f45749f93 | added missing profile uris | added missing profile uris
| stephanstapel/ZUGFeRD-csharp | ZUGFeRD/InvoiceDescriptor1Reader.cs | apache-2.0 | 1,592,744,271 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"... | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"... |
e1c69b85f41d199fdb52892e76fa4d2a25bba4cc | path correction | path correction
fixes #36
| stephanstapel/ZUGFeRD-csharp | ZUGFeRD-Test/Application.cs | apache-2.0 | 1,592,744,259 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
49fe3d144ef4420bacafb2d4a71df80bd9260b1f | simplify if | simplify if
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | src/OmniSharp.Roslyn/OmniSharpWorkspace.cs | mit | 1,592,741,348 | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Composition;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Mic... | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Composition;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Mic... |
4cad5d781a63b69ecb860edd1720255fcb31b3d8 | php8 - ::class on objects | php8 - ::class on objects
ref https://github.com/peachpiecompiler/peachpie/issues/765
| iolevel/peachpie,peachpiecompiler/peachpie,iolevel/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,peachpiecompiler/peachpie,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie-concept,iolevel/peachpie,iolevel/peachpie | src/Peachpie.CodeAnalysis/Semantics/TypeRef/BoundTypeRef.cs | apache-2.0 | 1,592,741,262 | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Reflection.Metadata;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.CodeAnalysis;
using Pchp.CodeAnalysis.CodeGen;
using Pchp.CodeAnalysis.FlowAnalysis;
using Pch... | using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Linq;
using System.Reflection.Metadata;
using System.Text;
using Devsense.PHP.Syntax;
using Microsoft.CodeAnalysis;
using Pchp.CodeAnalysis.CodeGen;
using Pchp.CodeAnalysis.FlowAnalysis;
using Pch... |
e3b123ff5e9e44be48f370853155e0c90109a076 | updated DateTime parsing for tests to run in CI pipeline | updated DateTime parsing for tests to run in CI pipeline
| koepalex/code-searcher,koepalex/code-searcher | CodeSearcherTests/IntegrationTests/TextBasedUITests.cs | apache-2.0 | 1,592,740,809 | using NUnit.Framework;
using CodeSearcher.BusinessLogic;
using Moq;
using CodeSearcher.Interfaces;
using System;
using System.Collections.Generic;
using System.Net.Configuration;
using System.Globalization;
namespace CodeSearcher.Tests.IntegrationTests
{
[TestFixture]
[Category("SafeForCI")]
class TextBas... | using NUnit.Framework;
using CodeSearcher.BusinessLogic;
using Moq;
using CodeSearcher.Interfaces;
using System;
using System.Collections.Generic;
using System.Net.Configuration;
namespace CodeSearcher.Tests.IntegrationTests
{
[TestFixture]
[Category("SafeForCI")]
class TextBasedUITests
{
[Tes... |
9035be0ddb82eb55291b124cfe58e6ea5a25d67c | OperatorEnumHelpers done | OperatorEnumHelpers done
| kenkendk/sme,kenkendk/sme,kenkendk/sme,kenkendk/sme | src/SME.AST/OperatorEnumHelpers.cs | mit | 1,592,738,673 | using System;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
public static class OperatorEnumHelpers
{
public static SyntaxKind ToBinaryOperator(this SyntaxKind op)
{
switch(op)
{
case SyntaxKind.PlusEqualsToken:
... | using System;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace SME.AST
{
public static class OperatorEnumHelpers
{
public static BinaryOperatorType ToBinaryOperator(this AssignmentOperatorType op)
{
switch(op)
{
case AssignmentOpe... |
ec3f039b6177a3f8579c54cf9b5cc4a9b82564d4 | 自動でデフォルト値に戻さないようにした | 自動でデフォルト値に戻さないようにした
| t-miyake/OutlookOkan | OutlookOkan/Views/SettingsWindow.xaml.cs | apache-2.0 | 1,592,737,621 | using OutlookOkan.ViewModels;
using System;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
namespace OutlookOkan.Views
{
public partial class SettingsWindow : Window
{
public SettingsWindow()
{
DataContext = ne... | using OutlookOkan.ViewModels;
using System;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
namespace OutlookOkan.Views
{
public partial class SettingsWindow : Window
{
public SettingsWindow()
{
DataContext = ne... |
9fbe2fa80a140eef3a8babf39c02bd003db56bb9 | Add comments, change to clamp | Add comments, change to clamp
| NeoAdonis/osu,NeoAdonis/osu,peppy/osu,ppy/osu,ppy/osu,smoogipoo/osu,smoogipoo/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,peppy/osu,UselessToucan/osu,peppy/osu-new,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,smoogipooo/osu,peppy/osu,UselessToucan/osu,ppy/osu | osu.Game/Rulesets/Scoring/DrainingHealthProcessor.cs | mit | 1,592,735,460 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Objects;
using osu... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Game.Beatmaps;
using osu.Game.Rulesets.Judgements;
using osu.Game.Rulesets.Objects;
using osu... |
4e7dc544ef435fb7e42199019ed364e59e2bbf99 | Fixed visible leading & trailing whitespace in nametags | Fixed visible leading & trailing whitespace in nametags
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex/Entities/Entity.cs | mpl-2.0 | 1,592,734,859 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Alex.API;
using Alex.API.Data.Servers;
using Alex.API.Entities;
using Alex.API.Graphics;
using Alex.API.Graphics.Typography;
using Alex.API.Network;
using Alex.API.Utils;
using Alex.Blocks.Minecraft;
using Alex.Graphics.... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Alex.API;
using Alex.API.Data.Servers;
using Alex.API.Entities;
using Alex.API.Graphics;
using Alex.API.Graphics.Typography;
using Alex.API.Network;
using Alex.API.Utils;
using Alex.Blocks.Minecraft;
using Alex.Graphics.... |
5c3ffd056174553ccc9a0f9ac7de14675eba42dd | Fixes to entity models | Fixes to entity models
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex/Graphics/Models/Entity/EntityModelRenderer.cs | mpl-2.0 | 1,592,734,429 | using System;
using System.Collections.Generic;
using System.Linq;
using Alex.API.Graphics;
using Alex.API.Utils;
using Alex.Graphics.Models.Entity.Geometry;
using Alex.ResourcePackLib.Json.Models.Entities;
using Alex.Utils;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Newtonsoft.Json;
... | using System;
using System.Collections.Generic;
using System.Linq;
using Alex.API.Graphics;
using Alex.API.Utils;
using Alex.Graphics.Models.Entity.Geometry;
using Alex.ResourcePackLib.Json.Models.Entities;
using Alex.Utils;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Newtonsoft.Json;
... |
fcd4ad7a09c054c0f192cde47bd7079fea337e0c | Re-added word alignment for all file versions | Re-added word alignment for all file versions
| Donkie/I3DShapesTool | I3DShapesTool.Lib/Model/I3DShape.cs | mit | 1,592,733,996 | using System.IO;
using I3DShapesTool.Lib.Export;
using I3DShapesTool.Lib.Tools;
using I3DShapesTool.Lib.Tools.Extensions;
using Microsoft.Extensions.Logging;
namespace I3DShapesTool.Lib.Model
{
public class I3DShape : I3DPart
{
private readonly ILogger _logger;
public float BoundingVolumeX { ... | using System.IO;
using I3DShapesTool.Lib.Export;
using I3DShapesTool.Lib.Tools;
using I3DShapesTool.Lib.Tools.Extensions;
using Microsoft.Extensions.Logging;
namespace I3DShapesTool.Lib.Model
{
public class I3DShape : I3DPart
{
private readonly ILogger _logger;
public float BoundingVolumeX { ... |
a3ff3cafa48a61d507f501ce2a4fdd0cc24506a5 | Skip 5 minutes wait if we didn't send any trade | Skip 5 minutes wait if we didn't send any trade
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Statistics.cs | apache-2.0 | 1,592,731,275 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
45df5499069cafdacc92fe721b927037759dc373 | Improve debugger view of Rect | Improve debugger view of Rect
Show width and height of `Rect`.
| zwcloud/ImGui,zwcloud/ImGui,zwcloud/ImGui | src/ImGui/Common/Primitive/Rect.cs | agpl-3.0 | 1,592,729,880 | using System;
namespace ImGui
{
/// <summary>
/// Rect - The Geometry which represents a rectangle. Rects are stored as
/// X, Y (Location) and Width and Height (Size). As a result, Rects cannot have negative
/// Width or Height.
/// </summary>
[System.Diagnostics.DebuggerDisplay("({... | using System;
namespace ImGui
{
/// <summary>
/// Rect - The Geometry which represents a rectangle. Rects are stored as
/// X, Y (Location) and Width and Height (Size). As a result, Rects cannot have negative
/// Width or Height.
/// </summary>
[System.Diagnostics.DebuggerDisplay("({... |
fa882926cdad03e401724acd18f201499013b4f4 | [Modify] Add it | [Modify] Add it
| sta/websocket-sharp,sta/websocket-sharp,sta/websocket-sharp | websocket-sharp/Net/WebHeaderCollection.cs | mit | 1,592,729,062 | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... | #region License
/*
* WebHeaderCollection.cs
*
* This code is derived from WebHeaderCollection.cs (System.Net) of Mono
* (http://www.mono-project.com).
*
* The MIT License
*
* Copyright (c) 2003 Ximian, Inc. (http://www.ximian.com)
* Copyright (c) 2007 Novell, Inc. (http://www.novell.com)
* Copyright (c) 2012-... |
19eb6fad7fca29af8f163ace52ba95e70383f542 | Make hold note ticks affect combo score rather than bonus | Make hold note ticks affect combo score rather than bonus
| NeoAdonis/osu,smoogipooo/osu,peppy/osu,ppy/osu,NeoAdonis/osu,peppy/osu,UselessToucan/osu,smoogipoo/osu,NeoAdonis/osu,ppy/osu,smoogipoo/osu,UselessToucan/osu,smoogipoo/osu,peppy/osu,ppy/osu,UselessToucan/osu,ppy/osu,smoogipoo/osu,peppy/osu,peppy/osu-new,NeoAdonis/osu,UselessToucan/osu | osu.Game.Rulesets.Mania/Judgements/HoldNoteTickJudgement.cs | mit | 1,592,728,937 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Mania.Judgements
{
public class HoldNoteTickJudgement : ManiaJudgement
{
protected override ... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Game.Rulesets.Scoring;
namespace osu.Game.Rulesets.Mania.Judgements
{
public class HoldNoteTickJudgement : ManiaJudgement
{
public override boo... |
bc07e5a615d027c9ea5c4a795f2566213b6a4468 | Added entitiy processing. Made tests pass. Need to fix entity model | Added entitiy processing. Made tests pass. Need to fix entity model
| glav/CognitiveServicesFluentApi,glav/CognitiveServicesFluentApi | Glav.CognitiveServices.FluentApi.Luis/Domain/LuisAppAnalysisResult.cs | mit | 1,592,722,774 | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Core.Communication;
using Glav.CognitiveServices.FluentApi.Core.Parsing;
using Glav.CognitiveServices.FluentApi.Luis.Domain.ApiResponses;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Net;
using ... | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Core.Communication;
using Glav.CognitiveServices.FluentApi.Core.Parsing;
using Glav.CognitiveServices.FluentApi.Luis.Domain.ApiResponses;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Net;
using ... |
e787fde6755b6bbf1841cf565982a1628ef59b5c | Group Changed Stuff 🚧 | Group Changed Stuff 🚧
| dimmpixeye/Unity3dTools | Runtime/LibEcs/GroupCore.cs | mit | 1,592,721,514 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Threading;
using Unity.IL2CPP.CompilerServices;
using UnityEngine.Scripting;
namespace Pixeye.Actors
{
[Flags]
public enum O... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Threading;
using Unity.IL2CPP.CompilerServices;
using UnityEngine.Scripting;
namespace Pixeye.Actors
{
[Flags]
public enum O... |
12f329c09cb8ef5be6baa136ff200a1cf60836ba | Fix incorrect value in exception output | Fix incorrect value in exception output
| ppy/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework... | osu.Framework/Graphics/Sprites/Sprite.cs | mit | 1,592,721,360 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Alloc... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Alloc... |
d5392464783f171c45b9a9d19848652a509972cf | Move exception to property | Move exception to property
| peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,ZLima12/osu-framework,ZLima12/osu-framewo... | osu.Framework/Graphics/Sprites/Sprite.cs | mit | 1,592,721,336 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Alloc... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Alloc... |
d77c526e920bd7457c8280118d72bc64d3c69253 | Move ctor + load() up | Move ctor + load() up
| EVAST9919/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,EVAST9919/osu-framework,smoogipooo/osu-framework,peppy/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,ppy/osu-framewor... | osu.Framework/Graphics/Sprites/Sprite.cs | mit | 1,592,720,137 | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Alloc... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Textures;
using osuTK;
using osu.Framework.Graphics.Shaders;
using osu.Framework.Alloc... |
577755b54cb22de3330d629d4b42afcc4269e118 | GetUsersByClaim test output cleanup | GetUsersByClaim test output cleanup
| dlmelendez/identityazuretable,dlmelendez/identityazuretable | tests/ElCamino.AspNetCore.Identity.AzureTable.Tests/BaseUserStoreTests.cs | mit | 1,592,716,274 | // MIT License Copyright 2020 (c) David Melendez. All rights reserved. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Security.Claims;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Mic... | // MIT License Copyright 2020 (c) David Melendez. All rights reserved. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Security.Claims;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Mic... |
fcb723b618df049c8a1528198301472e1b20fdfc | Start to implement parsing. Is very different to others so setting up unit test on actual response data | Start to implement parsing. Is very different to others so setting up unit test on actual response data
| glav/CognitiveServicesFluentApi,glav/CognitiveServicesFluentApi | Glav.CognitiveServices.FluentApi.Luis/Domain/LuisAppAnalysisResult.cs | mit | 1,592,716,200 | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Core.Communication;
using Glav.CognitiveServices.FluentApi.Core.Parsing;
using Glav.CognitiveServices.FluentApi.Luis.Domain.ApiResponses;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Net;
using ... | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Core.Communication;
using Glav.CognitiveServices.FluentApi.Core.Parsing;
using Glav.CognitiveServices.FluentApi.Luis.Domain.ApiResponses;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Net;
using ... |
7c008be1c2c5cf21a59e68f487c6efceb6529340 | - Fixing build break | - Fixing build break
| SaviorXTanren/mixer-client-csharp | Twitch/Twitch.Base.UnitTests/V5API/ChatServiceUnitTests.cs | mit | 1,592,715,505 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Collections.Generic;
using System.Linq;
using Twitch.Base.Models.V5.Channel;
using Twitch.Base.Models.V5.Chat;
using Twitch.Base.Models.V5.Emotes;
using Twitch.Base.Models.V5.Users;
namespace Twitch.Base.UnitTests.V5API
{
[TestClass]
public clas... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Collections.Generic;
using System.Linq;
using Twitch.Base.Models.V5.Channel;
using Twitch.Base.Models.V5.Chat;
using Twitch.Base.Models.V5.Users;
namespace Twitch.Base.UnitTests.V5API
{
[TestClass]
public class ChatServiceUnitTests : UnitTestBas... |
082fc2103389c001f0a744834037f65ce1a69212 | Added -Encoding parameter. Now supports ISO-8559-1 messages (default is still UTF-8) | Added -Encoding parameter. Now supports ISO-8559-1 messages (default is still UTF-8)
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/RemoveHL7Identifiers.cs | mit | 1,592,715,358 | /* Filename: RemoveHL7Identifiers.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcessesFile... | /* Filename: RemoveHL7Identifiers.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcessesFile... |
b0202241d55be95916778446488fcb447de1d022 | Added -Encoding parameter. Now supports ISO-8559-1 messages (default is still UTF-8) | Added -Encoding parameter. Now supports ISO-8559-1 messages (default is still UTF-8)
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/SelectHL7Item.cs | mit | 1,592,713,802 | /* Filename: SelectHl7Item.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcess... | /* Filename: SelectHl7Item.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcess... |
d3ed3d97e189b1ccfa82a8923136ad69042dce4c | Add check for no merge commits | Add check for no merge commits
| macro187/verbot | Verbot/VerbotRepository.Checks.cs | mit | 1,592,711,877 | using System.Linq;
using MacroExceptions;
using System.Diagnostics;
using MacroGit;
using MacroSemver;
using System.Collections.Generic;
namespace Verbot
{
partial class VerbotRepository
{
public void CheckLocal()
{
CheckForVersionLocations();
CheckForConflictingVersion... | using System.Linq;
using MacroExceptions;
using System.Diagnostics;
using MacroGit;
using MacroSemver;
using System.Collections.Generic;
namespace Verbot
{
partial class VerbotRepository
{
public void CheckLocal()
{
CheckForVersionLocations();
CheckForConflictingVersion... |
6ab95b7d2639d84bc9bc12b16a4d77fd24181dbc | Added -Encoding parameter. Now supports ISO-8559-1 messages (default is still UTF-8) | Added -Encoding parameter. Now supports ISO-8559-1 messages (default is still UTF-8)
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/SetHL7Item.cs | mit | 1,592,711,503 | /* Filename: UpdateHL7Item.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcess... | /* Filename: UpdateHL7Item.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcess... |
349e030f434947eff66378689f92ccfeb7142562 | Added -Encoding parameter. Now supports ISO-8559-1 messages (default is still UTF-8) | Added -Encoding parameter. Now supports ISO-8559-1 messages (default is still UTF-8)
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/SetHL7Item.cs | mit | 1,592,711,290 | /* Filename: UpdateHL7Item.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcess... | /* Filename: UpdateHL7Item.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcess... |
3b3be54bce353e16fa59081055b6d9ae40d3cea4 | Added -Encoding parameter. Now supports ISO-8559-1 messages (default is still UTF-8) | Added -Encoding parameter. Now supports ISO-8559-1 messages (default is still UTF-8)
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/RemoveHL7Item.cs | mit | 1,592,711,251 | /* Filename: RemoveHL7Item.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcess... | /* Filename: RemoveHL7Item.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcess... |
ef1125976b681fdf51e34ed78d551ed3efc1386b | Added -Encoding parameter. Now supports ISO-8559-1 messages (default is still UTF-8) | Added -Encoding parameter. Now supports ISO-8559-1 messages (default is still UTF-8)
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/RemoveHL7Item.cs | mit | 1,592,710,979 | /* Filename: RemoveHL7Item.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcess... | /* Filename: RemoveHL7Item.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcess... |
87f58af3dae59819ece567ccc18ec4e469402781 | fixed typo | fixed typo
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/RemoveHL7Identifiers.cs | mit | 1,592,710,336 | /* Filename: RemoveHL7Identifiers.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcessesFile... | /* Filename: RemoveHL7Identifiers.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcessesFile... |
458a4b4113f009c999f6ed006ea2cdbb386d8332 | Fix name that we are filtering for. (#721) | Fix name that we are filtering for. (#721)
| tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools,tg-msft/azure-sdk-tools | tools/pipeline-witness/Azure.Sdk.Tools.PipelineWitness/Services/FailureAnalysis/JsDevFeedPublishingFailureClassifier.cs | mit | 1,592,710,015 | using Microsoft.TeamFoundation.Build.WebApi;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Azure.Sdk.Tools.PipelineWitness.Services.FailureAnalysis
{
public class JsDevFeedPublishingFailureClassifier : IFailureClassifier
{
... | using Microsoft.TeamFoundation.Build.WebApi;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Azure.Sdk.Tools.PipelineWitness.Services.FailureAnalysis
{
public class JsDevFeedPublishingFailureClassifier : IFailureClassifier
{
... |
c0935a44ae3947cb483559bc27e79ecfd8734c3b | Allows ZoneShapes to be overridden (#6411) | Allows ZoneShapes to be overridden (#6411)
| stevetayloruk/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2,petedavis/Orchard2,petedavis/Orchard2,petedavis/Orchard2,stevetayloruk/Orchard2,xkproject/Orchard2,stevetayloruk/Orchard2 | src/OrchardCore/OrchardCore.DisplayManagement/Zones/ZoneShapes.cs | bsd-3-clause | 1,592,709,389 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Html;
using Microsoft.AspNetCore.Mvc.Rendering;
using OrchardCore.DisplayManagement.Descriptors;
using OrchardCore.DisplayManagement.Shapes;
using OrchardCore.Modules;
using OrchardCore.Mvc.Utilit... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Html;
using Microsoft.AspNetCore.Mvc.Rendering;
using OrchardCore.DisplayManagement.Descriptors;
using OrchardCore.DisplayManagement.Shapes;
using OrchardCore.Mvc.Utilities;
namespace OrchardCore... |
55b5676a9358241cec35779ec4a45c8dec11e833 | added support for ISO-8559-1 encoded files | added support for ISO-8559-1 encoded files
| RobHolme/HL7-Powershell-Module,RobHolme/HL7-Powershell-Module | HL7Tools/SelectHL7Item.cs | mit | 1,592,709,158 | /* Filename: SelectHl7Item.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcess... | /* Filename: SelectHl7Item.cs
*
* Author: Rob Holme (rob@holme.com.au)
*
* Credits: Code to handle the Path and LiteralPath parameter sets, and expansion of wildcards is based
* on Oisin Grehan's post: http://www.nivot.org/blog/post/2008/11/19/Quickstart1ACmdletThatProcess... |
3b75eab288ac18df6de00a50553b4080f06a4807 | Ensure BorderPen is initialized | Ensure BorderPen is initialized
| minton/kontrols | src/kontrols/RoundedBorderForm.cs | mit | 1,592,708,664 | using System;
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
namespace kontrols
{
public partial class RoundedBorderForm : Form
{
const int CaptionHeight = 32;
const int ResizableArea = 20;
const int WM_NCHITEST = 0x84;
... | using System;
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
namespace kontrols
{
public partial class RoundedBorderForm : Form
{
const int CaptionHeight = 32;
const int ResizableArea = 20;
const int WM_NCHITEST = 0x84;
... |
1a1ea4da8a0a81f7bf00cef4bab245b60f514182 | Turn master branches behind into warnings instead of errors | Turn master branches behind into warnings instead of errors
| macro187/verbot | Verbot/VerbotRepository.Checks.cs | mit | 1,592,706,865 | using System.Linq;
using MacroExceptions;
using System.Diagnostics;
using MacroGit;
using MacroSemver;
using System.Collections.Generic;
namespace Verbot
{
partial class VerbotRepository
{
public void CheckLocal()
{
CheckForVersionLocations();
CheckForConflictingVersion... | using System.Linq;
using MacroExceptions;
using System.Diagnostics;
using MacroGit;
using MacroSemver;
using System.Collections.Generic;
namespace Verbot
{
partial class VerbotRepository
{
public void CheckLocal()
{
CheckForVersionLocations();
CheckForConflictingVersion... |
01f61f6fb68b42f8bfca930ce35bf9b1499a19c0 | Added link to https://chrissainty.com/working-with-query-strings-in-blazor/ | Added link to https://chrissainty.com/working-with-query-strings-in-blazor/
| JoeMayo/LinqToTwitter,JoeMayo/LinqToTwitter | Samples/LinqToTwitter5/net48/CSharp/AspNetSamples/BlazorDemo/Classes/Extensions.cs | mit | 1,592,704,989 | using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.WebUtilities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace BlazorDemo.Classes
{
// From: Working with Query Strings in Blazor
// https://chrissainty.com/working-with-query-strings-in... | using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.WebUtilities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace BlazorDemo.Classes
{
public static class NavigationManagerExtensions
{
public static bool TryGetQueryString<T>(this... |
50aa1e14749959121442ad00cfcfebeb1101d29f | Extract internal helper for DiscoverMethods(...), comparable to the internal helper for Run(...), to enable testability against hypothetical test suites. | Extract internal helper for DiscoverMethods(...), comparable to the internal helper for Run(...), to enable testability against hypothetical test suites.
| fixie/fixie,fixie/fixie | src/Fixie/Internal/AssemblyRunner.cs | mit | 1,592,703,531 | namespace Fixie.Internal
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
class AssemblyRunner
{
readonly Assembly assembly;
readonly Bus bus;
readonly string[] customArguments;
public AssemblyRunner(Assembly ... | namespace Fixie.Internal
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
class AssemblyRunner
{
readonly Assembly assembly;
readonly Bus bus;
readonly string[] customArguments;
public AssemblyRunner(Assembly ... |
e7899696ab9164d481770b5cb19cb834f772ba44 | Reorder lines to enable extract-method. | Reorder lines to enable extract-method.
| fixie/fixie,fixie/fixie | src/Fixie/Internal/AssemblyRunner.cs | mit | 1,592,703,342 | namespace Fixie.Internal
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
class AssemblyRunner
{
readonly Assembly assembly;
readonly Bus bus;
readonly string[] customArguments;
public AssemblyRunner(Assembly ... | namespace Fixie.Internal
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
class AssemblyRunner
{
readonly Assembly assembly;
readonly Bus bus;
readonly string[] customArguments;
public AssemblyRunner(Assembly ... |
0b36882dea150157e14a16c94b174b4864295f51 | 514: cellaa_ras, unsafe version of SortCells() | 514: cellaa_ras, unsafe version of SortCells()
| LayoutFarm/PixelFarm | src/PixelFarm/PixelFarm.CpuBlit/03_Rasterization/4.2_CellAARasterizer.cs | bsd-2-clause | 1,592,701,768 | //BSD, 2014-present, WinterDev
//----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.4
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// C# Port port by: Lars Brubaker
// larsbrubaker@gmail.com
// Copyright (C) 2007
... | //BSD, 2014-present, WinterDev
//----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.4
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// C# Port port by: Lars Brubaker
// larsbrubaker@gmail.com
// Copyright (C) 2007
... |
3bb001d65659ea0b242650c4ac9191e0e82c80df | Added public methods for adding/removing/clearing members and owners of Microsoft 365 Groups | Added public methods for adding/removing/clearing members and owners of Microsoft 365 Groups
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Framework/Graph/UnifiedGroupsUtility.cs | mit | 1,592,701,185 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Graph;
using System.Net.Http.Headers;
using OfficeDevPnP.Core.Entities;
using System.IO;
using OfficeDevPnP.Core.Diagnostics;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
using OfficeDevPnP.Core.Utili... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Graph;
using System.Net.Http.Headers;
using OfficeDevPnP.Core.Entities;
using System.IO;
using OfficeDevPnP.Core.Diagnostics;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json;
using OfficeDevPnP.Core.Utili... |
918eb225597d855b9aff457cfcfba0df4af8951a | New clientlib ver | New clientlib ver
| kaltura/KalturaGeneratedAPIClientsCsharp | KalturaClient/Client.cs | agpl-3.0 | 1,592,701,020 | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | // ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... |
ff293c9168709ac9a62e3acc23f920096d4d461d | 513: add note | 513: add note
| LayoutFarm/PixelFarm | src/PixelFarm/PixelFarm.CpuBlit/03_Rasterization/4.1_ScanlineRasterizer.cs | bsd-2-clause | 1,592,700,870 | //BSD, 2014-present, WinterDev
//----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.4
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// C# Port port by: Lars Brubaker
// larsbrubaker@gmail.com
// Copyright (C) 2007
... | //BSD, 2014-present, WinterDev
//----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.4
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// C# Port port by: Lars Brubaker
// larsbrubaker@gmail.com
// Copyright (C) 2007
... |
c42bfa6f4f6d796540738b95c1c4c7e5d5a263be | docs: updating comments for privileged intents (#1576) | docs: updating comments for privileged intents (#1576)
* Updating comments for privileged intents
* Moving updated comments to remarks
* Formatting | AntiTcb/Discord.Net | src/Discord.Net.Core/GatewayIntents.cs | mit | 1,592,696,935 | using System;
namespace Discord
{
[Flags]
public enum GatewayIntents
{
/// <summary> This intent includes no events </summary>
None = 0,
/// <summary> This intent includes GUILD_CREATE, GUILD_UPDATE, GUILD_DELETE, GUILD_ROLE_CREATE, GUILD_ROLE_UPDATE, GUILD_ROLE_DELETE, CHANNEL_CREA... | using System;
namespace Discord
{
[Flags]
public enum GatewayIntents
{
/// <summary> This intent includes no events </summary>
None = 0,
/// <summary> This intent includes GUILD_CREATE, GUILD_UPDATE, GUILD_DELETE, GUILD_ROLE_CREATE, GUILD_ROLE_UPDATE, GUILD_ROLE_DELETE, CHANNEL_CREA... |
c1ecb2cd48199fc98213b047e6a7aba3c64dfa7c | reorder refs | reorder refs
| wolfspelz/ConfigSharp | ConfigSharp/Container.cs | apache-2.0 | 1,592,696,606 | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Reflection;
using System.Text;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
namespace ConfigSharp
{
public class Container
{
public int Get(string key, int defaultVa... | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Reflection;
using System.Text;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
namespace ConfigSharp
{
public class Container
{
public int Get(string key, int defaultVa... |
9ce06b883ac2aefd47f1834fca2d69c6d86b0b05 | log.info w/o explicit context | log.info w/o explicit context
| wolfspelz/ConfigSharp | ConfigSharp/Container.cs | apache-2.0 | 1,592,695,474 | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Reflection;
using System.Text;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
namespace ConfigSharp
{
public class Container
{
public int Get(string key, int defaultVa... | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Reflection;
using System.Text;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
namespace ConfigSharp
{
public class Container
{
public int Get(string key, int defaultVa... |
d094f4de897146f56c2306f837285f9f31a0027e | fix your god-awful spacing | fix your god-awful spacing
| moiph/ub3r-b0t | src/Bots/DiscordBot.cs | mit | 1,592,694,815 |
namespace UB3RB0T
{
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Flurl.Http;
... |
namespace UB3RB0T
{
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using Discord;
using Discord.WebSocket;
using Flurl.Http;
... |
313d353ae5c4354e42c56fb720e0b92e017d1fb3 | Misc edge case | Misc edge case
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Statistics.cs | apache-2.0 | 1,592,694,354 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
49ea2337854f93efb573f2ea293cc9d6bd4df1b6 | Fixed button highlight. | Fixed button highlight.
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | Engines/Forms/FlatRedBall.Forms/FlatRedBall.Forms.Shared/Controls/Button.cs | mit | 1,592,693,118 | using FlatRedBall.Forms.Controls.Primitives;
using FlatRedBall.Gui;
using Gum.Wireframe;
using System;
using System.Collections.Generic;
using System.Text;
namespace FlatRedBall.Forms.Controls
{
public class Button : ButtonBase
{
#region Fields/Properties
GraphicalUiElement textComponent;
... | using FlatRedBall.Forms.Controls.Primitives;
using FlatRedBall.Gui;
using Gum.Wireframe;
using System;
using System.Collections.Generic;
using System.Text;
namespace FlatRedBall.Forms.Controls
{
public class Button : ButtonBase
{
#region Fields/Properties
GraphicalUiElement textComponent;
... |
8ad552b0da70395a43d80901fa1091b6348c567d | Slightly improve ASF's algorithm for picking users to match | Slightly improve ASF's algorithm for picking users to match
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Statistics.cs | apache-2.0 | 1,592,693,064 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
a7fea8d3b2971f7877b190b13c6aa4e80f8c156c | Fixed #850 based on testing by @novakj23: TaskEventWatcher failing to capture events due to incorrect time. | Fixed #850 based on testing by @novakj23: TaskEventWatcher failing to capture events due to incorrect time.
| dahall/TaskScheduler | TaskService/TaskEventWatcher.cs | mit | 1,592,692,821 | using System;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Diagnostics.Eventing.Reader;
using System.IO;
using JetBrains.Annotations;
namespace Microsoft.Win32.TaskScheduler
{
/// <summary>
/// Information about the task event.
/// </summary>
[PublicAPI]
public class... | using System;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Diagnostics.Eventing.Reader;
using System.IO;
using JetBrains.Annotations;
namespace Microsoft.Win32.TaskScheduler
{
/// <summary>
/// Information about the task event.
/// </summary>
[PublicAPI]
public class... |
2075a311f19d269120ad1a11cd3d02b2ea31918c | Oops checked in bad code. | Oops checked in bad code.
| vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall,vchelaru/FlatRedBall | FRBDK/Glue/OfficialPlugins/SongPlugin/Views/MainSongControl.xaml.cs | mit | 1,592,692,211 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... |
b11fb4b4db8e0b9c85df0bedfe559422d71c8fdc | remove empty lines | remove empty lines
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestStringExtensions.cs | mit | 1,592,691,553 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using dllFuncs = FonctionsUtiles.Fred.Csharp;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestStringExtensions
{
#region ToCamelCase
[TestMethod]
public void TestMethod_ToCamelCase()
{
const string source = "a long lo... | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using StringFunc = FonctionsUtiles.Fred.Csharp.FunctionsString;
using dllFuncs = FonctionsUtiles.Fred.Csharp;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestStringExtensions
{
#region ToCamelCase
[TestMethod]
pub... |
7be2bc720fdba1dd46ec44d760efb5aeacbf74bd | fix anchor | fix anchor
| tewarid/net-tools | MqttClientTool/MainForm.Designer.cs | mit | 1,592,691,361 | using System.Windows.Forms;
namespace MqttClientTool
{
public partial class MainForm : Form
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being... | using System.Windows.Forms;
namespace MqttClientTool
{
public partial class MainForm : Form
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being... |
e5eea110f1bf62f206a74124a42e01b671199978 | Skip fair bots with huge inventories when active matching | Skip fair bots with huge inventories when active matching
| JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm | ArchiSteamFarm/Statistics.cs | apache-2.0 | 1,592,690,777 | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... | // _ _ _ ____ _ _____
// / \ _ __ ___ | |__ (_)/ ___| | |_ ___ __ _ _ __ ___ | ___|__ _ _ __ _ __ ___
// / _ \ | '__|/ __|| '_ \ | |\___ \ | __|/ _ \ / _` || '_ ` _ \ | |_ / _` || '__|| '_ ` _ \
// / ___ \ | | | (__ | | | || | ___) || |_| __/| ... |
7752fd6ccf1071670003f97dcb133f174f4e8f00 | Reorder members for readability. | Reorder members for readability.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,690,705 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions JsonSerializerOptions;
static ... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions JsonSerializerOptions;
static ... |
f148cbd633f079ffccab110a85d69b0351679bb2 | Remove unused members from AssertException. | Remove unused members from AssertException.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertException.cs | mit | 1,592,689,194 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using static System.Environment;
public class AssertException : Exception
{
public static string FilterStackTraceAssemblyPrefix = typeof(AssertException).Namespace + ".";
public AssertException(strin... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Text;
using static System.Environment;
public class AssertException : Exception
{
public static string FilterStackTraceAssemblyPrefix = typeof(AssertException).Namespace + ".";
publi... |
3b65c788b1e8f301f0fac19f90dd1e00fd681cd3 | Improve IEquatable<T>.ShouldBe(IEquatable<T>) catch-all assertion by having it throw MatchException. | Improve IEquatable<T>.ShouldBe(IEquatable<T>) catch-all assertion by having it throw MatchException.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,689,127 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions JsonSerializerOptions;
static ... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions JsonSerializerOptions;
static ... |
c6eaafaf0affb3b2a916516f2483454ee753715f | Added more BHID mappings for ShellItem.GetHandler calls. | Added more BHID mappings for ShellItem.GetHandler calls.
| dahall/vanara | Windows.Shell/ShellObjects/ShellItem.cs | mit | 1,592,688,989 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using System.Text;
using Vanara.Extensions;
using Vanara.InteropServices;
using Vanara.PIn... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using System.Text;
using Vanara.Extensions;
using Vanara.InteropServices;
using Vanara.PInvoke;
using static ... |
a2be180a776fc7325304a9f54fe4285153c831d5 | Improve ShouldThrow by having it throw MatchException. | Improve ShouldThrow by having it throw MatchException.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,688,781 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions JsonSerializerOptions;
static ... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions JsonSerializerOptions;
static ... |
41bb8beb82dcaea97596447c168fb5aaa94cbefd | Improve ShouldBe<T>() type assertion by having it throw MatchException. | Improve ShouldBe<T>() type assertion by having it throw MatchException.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,688,119 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions JsonSerializerOptions;
static ... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions JsonSerializerOptions;
static ... |
fdb5d222fc5ee35be0371dd0385812bf3f500cb6 | Improve object?.ShouldBe(object?) catch-all assertion by having it throw MatchException. | Improve object?.ShouldBe(object?) catch-all assertion by having it throw MatchException.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,687,743 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions JsonSerializerOptions;
static ... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... |
790be522ec3d4f8294e2379fd71df5a2f3de1092 | Changed cdn for jquery | Changed cdn for jquery
| YAFNET/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET | yafsrc/YAF.Core/Context/YAFHttpApplication.cs | apache-2.0 | 1,592,686,142 | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* di... | /* Yet Another Forum.NET
* Copyright (C) 2003-2005 Bjørnar Henden
* Copyright (C) 2006-2013 Jaben Cargman
* Copyright (C) 2014-2020 Ingo Herbote
* https://www.yetanotherforum.net/
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* di... |
82a5b896b666a3d5583ce8db8dfa3c24f2788d2a | Improve ShouldBeGreaterThan* assertions by having them throw MatchException. | Improve ShouldBeGreaterThan* assertions by having them throw MatchException.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/AssertionExtensions.cs | mit | 1,592,685,658 | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... | namespace Fixie.Tests.Assertions
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using static System.Environment;
public static class AssertionExtensions
{
static readonly JsonSerializerOptions Js... |
2ccf65f4cc7a5e6dcd141df7a28434e59dcec08a | Use a better define | Use a better define
| mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp,mono/SkiaSharp | binding/Binding.Shared/PlatformConfiguration.cs | mit | 1,592,685,438 | using System;
using System.Runtime.InteropServices;
#if HARFBUZZ
namespace HarfBuzzSharp
#else
namespace SkiaSharp
#endif
{
internal static class PlatformConfiguration
{
public static bool IsUnix { get; }
public static bool IsWindows { get; }
public static bool IsMac { get; }
public static bool IsLinux {... | using System;
using System.Runtime.InteropServices;
#if HARFBUZZ
namespace HarfBuzzSharp
#else
namespace SkiaSharp
#endif
{
internal static class PlatformConfiguration
{
public static bool IsUnix { get; }
public static bool IsWindows { get; }
public static bool IsMac { get; }
public static bool IsLinux {... |
6ad642d63495a129d457199bc67dee055a47b3af | synced changes in PrivateStuff | synced changes in PrivateStuff
| Willster419/RelicModManager,Willster419/RelhaxModpack | RelhaxModpack/RelhaxModpack/PrivateStuff/PrivateStuff.cs | apache-2.0 | 1,592,685,097 | using System.Net;
namespace RelhaxModpack
{
#pragma warning disable CS1591
public static class PrivateStuff
{
#region discord stuff
public const string DiscordBotClientID = null;
public const ulong DiscordModChannelID = 0;
public const ulong DiscordAnnouncementsChannelID = 0;
... | using System.Net;
namespace RelhaxModpack
{
#pragma warning disable CS1591
public static class PrivateStuff
{
#region discord stuff
public const string DiscordBotClientID = null;
public const ulong DiscordModChannelID = 0;
public const ulong DiscordAnnouncementsChannelID = 0;
... |
558dbf324e9037358e9e7f7677c3e073a5b73f54 | chore(sample): log output | chore(sample): log output
| Abhith/Code.Library,Abhith/Code.Library | Samples/AspNetCoreApp/Controllers/WeatherForecastController.cs | apache-2.0 | 1,592,684,914 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using AspNetCoreApp.Models;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
namespace AspNetCoreApp.Controllers
{
[ApiController]
[Route("[controller]")]
public class WeatherForecastControl... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using AspNetCoreApp.Models;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
namespace AspNetCoreApp.Controllers
{
[ApiController]
[Route("[controller]")]
public class WeatherForecastControl... |
98a3291a6b9c4be25513bce4c1247118ed7ec7eb | Cleaned up FileContainer | Cleaned up FileContainer
Made some static stuff instance stuff instead.
| Donkie/I3DShapesTool | I3DShapesTool.Lib/Container/FileContainer.cs | mit | 1,592,684,116 | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using I3DShapesTool.Lib.Tools;
using I3DShapesTool.Lib.Tools.Extensions;
using Microsoft.Extensions.Logging;
namespace I3DShapesTool.Lib.Container
{
public class FileContainer
{
private readonly ILogger _logger;
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using I3DShapesTool.Lib.Tools;
using I3DShapesTool.Lib.Tools.Extensions;
using Microsoft.Extensions.Logging;
namespace I3DShapesTool.Lib.Container
{
public class FileContainer
{
private readonly ILogger _logger;
... |
c9c3b2f68ca8cce385e0bbe1ae1fc0da64084bfc | Forgot something | Forgot something
| fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation,fomalsd/unitystation | UnityProject/Assets/Scripts/Radiation/RadiationProducer.cs | agpl-3.0 | 1,592,682,883 | using System.Collections;
using Light2D;
using UnityEngine;
using UnityEngine.UI;
namespace Radiation
{
public class RadiationProducer : MonoBehaviour
{
public float OutPuttingRadiation = 0;
public Color color = new Color(93f/255f, 202/255f, 49/255f, 0);
private GameObject mLightRendererObject;
private Obje... | using System.Collections;
using Light2D;
using UnityEngine;
using UnityEngine.UI;
namespace Radiation
{
public class RadiationProducer : MonoBehaviour
{
public float OutPuttingRadiation = 0;
public Color color = new Color(93f/255f, 202/255f, 49/255f, 0);
private GameObject mLightRendererObject;
private Obje... |
fc34e1ade165adff3a078d9fb4b4a89fdd006f68 | Update DNS | Update DNS
| godarklight/DMPServerListReporter2 | DMPServerListReporter/ReportingSettings.cs | unlicense | 1,592,682,652 | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Xml;
using DarkMultiPlayerServer;
namespace DMPServerListReporter
{
public class ReportingSettings
{
public List<string> reportingEndpoint = new List<string>();
public string serverHash = "";
... | using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Xml;
using DarkMultiPlayerServer;
namespace DMPServerListReporter
{
public class ReportingSettings
{
public List<string> reportingEndpoint = new List<string>();
public string serverHash = "";
... |
41af8ec3a84e9e66ecbc8d2a9e892a28653465d8 | Remove strange using. | Remove strange using.
| jkoritzinsky/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,Perspex/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,Perspex... | src/Avalonia.Controls/ScrollViewer.cs | mit | 1,592,681,071 | using System;
using System.Reactive.Linq;
using Avalonia.Controls.Presenters;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
namespace Avalonia.Controls
{
/// <summary>
/// A control scrolls its content if the content is bigger than the space available.
/// </summar... | using System;
using System.Reactive.Linq;
using System.Security.Authentication.ExtendedProtection;
using Avalonia.Controls.Presenters;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
namespace Avalonia.Controls
{
/// <summary>
/// A control scrolls its content if the con... |
cabb4070ad9bfb609ce714ad2a38b994913796db | update ResultModel | update ResultModel
| WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common,WeihanLi/WeihanLi.Common | src/WeihanLi.Common/Models/ResultModel.cs | mit | 1,592,677,763 | using System.ComponentModel;
namespace WeihanLi.Common.Models
{
/// <summary>
/// ResultModel
/// </summary>
public class ResultModel
{
/// <summary>
/// ResultStatus
/// </summary>
public ResultStatus Status { get; set; }
/// <summary>
/// Message
... | using System.ComponentModel;
namespace WeihanLi.Common.Models
{
/// <summary>
/// ResultModel
/// </summary>
public class ResultModel
{
/// <summary>
/// ResultStatus
/// </summary>
public ResultStatus Status { get; set; }
/// <summary>
/// Message
... |
cf1fa1e6de7b6fc42247d34f78d87c9c12ea7639 | MatchException provides a compact Message when the expected and actual values are short and contain no NewLine sequences. | MatchException provides a compact Message when the expected and actual values are short and contain no NewLine sequences.
| fixie/fixie,fixie/fixie | src/Fixie.Tests/Assertions/MatchException.cs | mit | 1,592,677,556 | namespace Fixie.Tests.Assertions
{
using static System.Environment;
public class MatchException : AssertException
{
public string? Expected { get; }
public string? Actual { get; }
public MatchException(string? expected, string? actual)
: base(
Expectatio... | namespace Fixie.Tests.Assertions
{
using static System.Environment;
public class MatchException : AssertException
{
public string? Expected { get; }
public string? Actual { get; }
public MatchException(string? expected, string? actual)
: base(
$"Expected... |
d362e1eab39b48a58899eacfe16853547461708b | removed IsSelected synchronization from SelectedTreeViewItemBehavior, because its breaking shit left, right and center | removed IsSelected synchronization from SelectedTreeViewItemBehavior, because its breaking shit left, right and center
| Insire/MvvmScarletToolkit,Insire/MvvmScarletToolkit,Insire/MvvmScarletToolkit | src/MvvmScarletToolkit.Wpf/Behaviors/SelectedTreeViewItemBehavior.cs | mit | 1,592,677,124 | using Microsoft.Xaml.Behaviors;
using System.Windows;
using System.Windows.Controls;
namespace MvvmScarletToolkit
{
/// <summary>
/// Behavior that enables twoway binding to the selected item property of a WPF treeview
/// </summary>
/// <remarks>
/// requires the xmlns:i="http://schemas.microsoft.... | using Microsoft.Xaml.Behaviors;
using System;
using System.Reflection;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
namespace MvvmScarletToolkit
{
/// <summary>
/// Behavior that enables twoway binding to the selected item property of a WPF treeview
/// </summary>
//... |
57adb919f6a5a7f33f498d1563d470b8baac9445 | Added missing FILEOP_FLAGS values | Added missing FILEOP_FLAGS values
| dahall/vanara | PInvoke/Shell32/ShObjIdl.IFileOperation.cs | mit | 1,592,676,447 | using System;
using System.IO;
using System.Runtime.InteropServices;
namespace Vanara.PInvoke
{
public static partial class Shell32
{
/// <summary>Flags that control the file operation.</summary>
[PInvokeData("Shobjidl.h")]
[Flags]
public enum FILEOP_FLAGS : uint
{
/// <summary>
/// The pTo member s... | using System;
using System.IO;
using System.Runtime.InteropServices;
namespace Vanara.PInvoke
{
public static partial class Shell32
{
/// <summary>Flags that control the file operation.</summary>
[PInvokeData("Shobjidl.h")]
[Flags]
public enum FILEOP_FLAGS : uint
{
/// <summary>
/// The pTo member s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.