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 |
|---|---|---|---|---|---|---|---|---|
007d202280775b936735251672be0c4bfb372511 | MC:Java - Fix title not dissapearing | MC:Java - Fix title not dissapearing
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex/Gui/Elements/TitleComponent.cs | mpl-2.0 | 1,591,391,818 | using System;
using System.Threading;
using Alex.API.Graphics.Typography;
using Alex.API.Gui.Elements;
using Alex.API.Gui.Elements.Layout;
using Alex.API.Gui.Graphics;
using Alex.API.Utils;
using Microsoft.Xna.Framework;
using RocketUI;
namespace Alex.Gui.Elements
{
public class TitleComponent : GuiStackContainer... | using System;
using System.Threading;
using Alex.API.Graphics.Typography;
using Alex.API.Gui.Elements;
using Alex.API.Gui.Elements.Layout;
using Alex.API.Gui.Graphics;
using Alex.API.Utils;
using Microsoft.Xna.Framework;
using RocketUI;
namespace Alex.Gui.Elements
{
public class TitleComponent : GuiStackContainer... |
ae0f67e67b93acc7b14c1c1f02227511194fbf9e | Add .ConfigureAwait(false); | Add .ConfigureAwait(false);
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,591,391,680 | using NBitcoin;
using NBitcoin.RPC;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.CoinJoin.Common.... | using NBitcoin;
using NBitcoin.RPC;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.CoinJoin.Common.... |
f1080aaa093d24b9b84758cdff721d79aefbe761 | Fix texture serration glitch | Fix texture serration glitch
| Xeeynamo/KingdomHearts | OpenKh.Engine/Parsers/NewModelParser.cs | mit | 1,591,391,183 | using OpenKh.Common;
using OpenKh.Engine.Maths;
using OpenKh.Engine.Parsers.Kddf2;
using OpenKh.Kh2;
using System;
using System.Collections.Generic;
using System.IO;
namespace OpenKh.Engine.Parsers
{
public class NewModelParser
{
public class MeshDescriptor
{
public int[] Indices;
... | using OpenKh.Common;
using OpenKh.Engine.Maths;
using OpenKh.Engine.Parsers.Kddf2;
using OpenKh.Kh2;
using System;
using System.Collections.Generic;
using System.IO;
namespace OpenKh.Engine.Parsers
{
public class NewModelParser
{
public class MeshDescriptor
{
public int[] Indices;
... |
3459fad2b410d67dc9a0e40edd2aeada3f18f29f | Use ErrorMessage instead | Use ErrorMessage instead
| ucdavis/CRP,ucdavis/CRP | CRP.Mvc/Controllers/PaymentsController.cs | mit | 1,591,391,037 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Helpers;... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Helpers;... |
e83af186636596e1c1ee667e70d3a91a83b41c54 | Lucas's comments. | Lucas's comments.
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,591,390,509 | using NBitcoin;
using NBitcoin.RPC;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using WalletWasabi.CoinJoin.Common.... | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Thr... |
40a63c20aa797e75a4bbbf0ed240c08568651cb5 | Fix exception when we specify a very small cache size (#729) | Fix exception when we specify a very small cache size (#729)
| cshung/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd,cshung/clrmd,Microsoft/clrmd | src/Microsoft.Diagnostics.Runtime/src/Windows/Minidump.cs | mit | 1,591,390,417 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Collections.Immutable;
using Sys... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Collections.Immutable;
using Sys... |
91cd031fd10d92c4ca59b094fa8c504ef72ceb43 | add ability to click a table cell | add ability to click a table cell
| mvbalaw/FluentBrowserAutomation | src/FluentBrowserAutomation/Controls/TableCellWrapper.cs | mit | 1,591,390,361 | using FluentBrowserAutomation.Accessors;
namespace FluentBrowserAutomation.Controls
{
public class TableCellWrapper : BasicInfoWrapper, ICanBeClicked
{
public TableCellWrapper(RemoteWebElementWrapper tableCell, string howFound, IBrowserContext browserContext)
: base(tableCell, howFound, browserContext)
{
}
... | using FluentBrowserAutomation.Accessors;
namespace FluentBrowserAutomation.Controls
{
public class TableCellWrapper : BasicInfoWrapper
{
public TableCellWrapper(RemoteWebElementWrapper tableCell, string howFound, IBrowserContext browserContext)
: base(tableCell, howFound, browserContext)
{
}
public ReadO... |
ac08c5bd767f1e16701677cb8297a6a046f57145 | add ability to get table row cell by class name | add ability to get table row cell by class name
| mvbalaw/FluentBrowserAutomation | src/FluentBrowserAutomation/Controls/TableRowWrapper.cs | mit | 1,591,390,341 | using System;
using System.Collections.Generic;
using System.Linq;
using FluentBrowserAutomation.Extensions;
using OpenQA.Selenium;
namespace FluentBrowserAutomation.Controls
{
public class TableRowWrapper : BasicInfoWrapper, IAmVisualElement, ICanBeClicked
{
public TableRowWrapper(RemoteWebElementWrapper tableR... | using System;
using System.Collections.Generic;
using System.Linq;
using FluentBrowserAutomation.Extensions;
using OpenQA.Selenium;
namespace FluentBrowserAutomation.Controls
{
public class TableRowWrapper : BasicInfoWrapper, IAmVisualElement, ICanBeClicked
{
public TableRowWrapper(RemoteWebElementWrapper tableR... |
939c240ee31925688bfb28a93b4c27b8efdc8c7a | add ability to get tables by class name | add ability to get tables by class name
| mvbalaw/FluentBrowserAutomation | src/FluentBrowserAutomation/BrowserContext.cs | mit | 1,591,390,305 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Web;
using FluentAssert;
using FluentBrowserAutomation.Controls;
using FluentBrowserAutomation.Declarative;
using FluentBrowserAutomation.Extensions;
using FluentBrowserAutomation.Framewor... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading;
using System.Web;
using FluentAssert;
using FluentBrowserAutomation.Controls;
using FluentBrowserAutomation.Declarative;
using FluentBrowserAutomation.Extensions;
using FluentBrowserAutomation.Framewor... |
5e2351241b276c5d8e5b11806f98b3916a7be4d8 | Fix NullReferenceException | Fix NullReferenceException
When initialize download with AlreadyDownloadedRanges with fully downloaded file | Toqe/Downloader | Downloader.Business/Download/MultiPartDownload.cs | mit | 1,591,389,854 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using Toqe.Downloader.Business.Contract;
using Toqe.Downloader.Business.Contract.Enums;
using Toqe.Downloader.Business.Contract.Events;
using Toqe.Downloader.Business.Contract.Exceptions;
usi... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using Toqe.Downloader.Business.Contract;
using Toqe.Downloader.Business.Contract.Enums;
using Toqe.Downloader.Business.Contract.Events;
using Toqe.Downloader.Business.Contract.Exceptions;
usi... |
869d28a8e5a07f66ceb7ec4bd838917ead5918a3 | Fix threading bug in HeapSegmentDataCache for the ArrayPoolBasedCacheEntry path (#728) | Fix threading bug in HeapSegmentDataCache for the ArrayPoolBasedCacheEntry path (#728)
Co-authored-by: Ryan Molden <6ecdbfe6c41f859bca054210149b7a7665877603@microsoft.com> | cshung/clrmd,cshung/clrmd,cshung/clrmd,Microsoft/clrmd,Microsoft/clrmd,Microsoft/clrmd | src/Microsoft.Diagnostics.Runtime/src/Windows/HeapSegmentDataCache.cs | mit | 1,591,389,839 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
namespace Microsoft.Dia... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
namespace Microsoft.Dia... |
1f1841ba34a06abcf28cab8442fb7d8d632531a8 | Fixing Late Updates | Fixing Late Updates
| dimmpixeye/Unity3dTools | Runtime/LibProcessors/ProcessorUpdate.cs | mit | 1,591,389,528 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System.Collections.Generic;
namespace Pixeye.Actors
{
public class ProcessorUpdate
{
internal readonly List<IReceiveEcsEvent> processors = new List<IReceiveEcsEvent>(64);
internal readonly List<ITick> ticks = new List<ITick>(128);
... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System.Collections.Generic;
namespace Pixeye.Actors
{
public class ProcessorUpdate
{
internal readonly List<IReceiveEcsEvent> processors = new List<IReceiveEcsEvent>(64);
internal readonly List<ITick> ticks = new List<ITick>(128);
... |
64d5f0bb153239ea295e8fe07a771baa38cd1b60 | Added Logic to Add RMS Trend Channels if neccesarry | Added Logic to Add RMS Trend Channels if neccesarry
| GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA,GridProtectionAlliance/openXDA | Source/Libraries/FaultData/DataOperations/ConfigurationOperation.cs | mit | 1,591,389,433 | //******************************************************************************************************
// ConfigurationOperation.cs - Gbtc
//
// Copyright © 2014, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. ... | //******************************************************************************************************
// ConfigurationOperation.cs - Gbtc
//
// Copyright © 2014, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. ... |
31cb60b3d2d6e93c84b5e8138e54f77c1b764bf1 | Fixed Ticks Late | Fixed Ticks Late
| dimmpixeye/Unity3dTools | Runtime/LibProcessors/ProcessorUpdate.cs | mit | 1,591,389,323 | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System.Collections.Generic;
namespace Pixeye.Actors
{
public class ProcessorUpdate
{
internal readonly List<IReceiveEcsEvent> processors = new List<IReceiveEcsEvent>(64);
internal readonly List<ITick> ticks = new List<ITick>(128);
... | // Project : ACTORS
// Contacts : Pixeye - ask@pixeye.games
using System.Collections.Generic;
namespace Pixeye.Actors
{
public class ProcessorUpdate
{
internal readonly List<IReceiveEcsEvent> processors = new List<IReceiveEcsEvent>(64);
internal readonly List<ITick> ticks = new List<ITick>(128);
... |
0e7ca749de460555da0d9c00a351f035d546ec01 | Add a Mime Type for .exe and .dll files. (#21805) | Add a Mime Type for .exe and .dll files. (#21805)
* Add a Mime Type for .exe and .dll files.
Useful for serving downloads of installers.
Could be application/octet-stream, but I hear application/vnd.microsoft.portable-executable is specified by IANA here:
https://www.iana.org/assignments/media-types/application/vnd.... | aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore | src/Middleware/StaticFiles/src/FileExtensionContentTypeProvider.cs | apache-2.0 | 1,591,388,491 | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
namespace Microsoft.AspNetCore.StaticFiles
{
/// <summary>
/// Provides a mapping between file ... | // Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
namespace Microsoft.AspNetCore.StaticFiles
{
/// <summary>
/// Provides a mapping between file ... |
e78526a6baeee33a4ccb0cb87a1f17e2278b66d4 | Log an error if it gets to here. | Log an error if it gets to here.
It shouldn't be possible as a Processor Tracking number with a TNStatus of A should only happen once.
Declined CC will have a different PTN and canceled shouldn't have any
| ucdavis/CRP,ucdavis/CRP | CRP.Mvc/Controllers/TransactionController.cs | mit | 1,591,388,275 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Helpers;
using CRP.Core.Reso... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Helpers;
using CRP.Core.Reso... |
c3a7b69948b1d863eea70da8f8db95e238b6d046 | accelerate placing textures on lots of faces | accelerate placing textures on lots of faces
| larsbrubaker/agg-sharp,MatterHackers/agg-sharp | PolygonMesh/Mesh.cs | bsd-2-clause | 1,591,387,072 | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... |
32a9b5df12d6cc572317b5da836bdd8e00fd16c2 | added LE tests to runner | added LE tests to runner
| dadhi/FastExpressionCompiler,dadhi/FastExpressionCompiler | test/FastExpressionCompiler.TestsRunner/Program.cs | mit | 1,591,386,928 | using System;
using FastExpressionCompiler.UnitTests;
namespace FastExpressionCompiler.UnitTests
{
public class Program
{
public static void Main()
{
var failed = false;
var totalTestCount = 0;
void TryRun(Func<int> run)
{
try
... | using System;
using FastExpressionCompiler.UnitTests;
namespace FastExpressionCompiler.UnitTests
{
public class Program
{
public static void Main()
{
var failed = false;
var totalTestCount = 0;
void TryRun(Func<int> run)
{
try
... |
2a8291dc6e4f7233815dbf92f46a3809e8dd0ef2 | Geometry converter no longer writes. It was causing a reference loop | Geometry converter no longer writes. It was causing a reference loop
| GeoJSON-Net/GeoJSON.Net | src/GeoJSON.Net/Converters/GeometryConverter.cs | mit | 1,591,386,919 | // Copyright © Joerg Battermann 2014, Matt Hunt 2017
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using GeoJSON.Net.Geometry;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace GeoJSON.Net.Converters
{
/// <summary>
/// Converts <see cref=... | // Copyright © Joerg Battermann 2014, Matt Hunt 2017
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using GeoJSON.Net.Geometry;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace GeoJSON.Net.Converters
{
/// <summary>
/// Converts <see cref=... |
8e30d300aaf59a4ff318aaa50fe56b6107f386e8 | Use ICustomAttributeProvider.IsDefined in `HasAttribute` to avoid allocations. | Use ICustomAttributeProvider.IsDefined in `HasAttribute` to avoid allocations.
| IntelliTect/Coalesce,IntelliTect/Coalesce,IntelliTect/Coalesce | src/IntelliTect.Coalesce/TypeDefinition/Helpers/ReflectionExtensions.cs | apache-2.0 | 1,591,386,855 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
namespace IntelliTect.Coalesce.TypeDefinition
{
public static class ReflectionExtensions
{
/// <summary>
/// Returns the attributed requested if it exists or null if it doe... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
namespace IntelliTect.Coalesce.TypeDefinition
{
public static class ReflectionExtensions
{
/// <summary>
/// Returns the attributed requested if it exists or null if it doe... |
54f0b2545fbc90aa9a9aa30c2207d0ba28872dd6 | Small cleanup in SoundChip. | Small cleanup in SoundChip.
| NogginBops/VM12 | VM12/VM12/SoundChip.cs | mit | 1,591,386,632 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NAudio.Wave;
using NAudio.Wave.SampleProviders;
using NAudio.Dsp;
using NAudio.Dmo;
using NAudio.Utils;
using NAudio.MediaFoundation;
using NAudio.CoreAudioApi;
using NAudio... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using NAudio.Wave;
using NAudio.Wave.SampleProviders;
using NAudio.Dsp;
using NAudio.Dmo;
using NAudio.Utils;
using NAudio.MediaFoundation;
using NAudio.CoreAudioApi;
using NAudio... |
d829150c35a9ba02b19374c2601182e7815a8500 | Fixed FastVM12Asm not emitting negative number constants correctly. | Fixed FastVM12Asm not emitting negative number constants correctly.
| NogginBops/VM12 | VM12/FastVM12Asm/Tokenizer.cs | mit | 1,591,386,516 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using VM12Opcode;
using System.IO;
using System.Globalization;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using VM12Util;
namespace FastVM12As... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using VM12Opcode;
using System.IO;
using System.Globalization;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using VM12Util;
namespace FastVM12As... |
5a589d212352ea202bfc9052029575354bc2081a | Fixed bug in the ToBitmap() method where an incorrect mapping was used. | Fixed bug in the ToBitmap() method where an incorrect mapping was used.
| dlemstra/Magick.NET,dlemstra/Magick.NET,dlemstra/Magick.NET | src/Magick.NET.SystemDrawing/IMagickImageExtentions.cs | apache-2.0 | 1,591,386,050 | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... | // Copyright 2013-2020 Dirk Lemstra <https://github.com/dlemstra/Magick.NET/>
//
// Licensed under the ImageMagick License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License at
//
// https://www.imagemagick.org/script/license.php
//
// Unless req... |
de22d6e292f591758504a25d2af813ad24fddc00 | Update BGCAM_DEF.cs | Update BGCAM_DEF.cs | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/BGCAM_DEF.cs | mit | 1,591,386,048 | using System;
using System.IO;
using Memoria;
using UnityEngine;
using Object = System.Object;
public class BGCAM_DEF
{
public BGCAM_DEF()
{
this.r = new Int16[3, 3];
this.t = new Int32[3];
this.centerOffset = new Int16[2];
this.startOffset = 0L;
}
public void ReadData(BinaryReader reader)
{
... | using System;
using System.IO;
using Memoria;
using UnityEngine;
using Object = System.Object;
public class BGCAM_DEF
{
public BGCAM_DEF()
{
this.r = new Int16[3, 3];
this.t = new Int32[3];
this.centerOffset = new Int16[2];
this.startOffset = 0L;
}
public void ReadData(BinaryReader reader)
{
... |
0d15dec532202b2febdc1f1e2c5900323b2649e3 | fix nullable bug | fix nullable bug
| loresoft/FluentCommand | src/FluentCommand.SqlServer/SqlTypeMapping.cs | mit | 1,591,385,952 | using System;
using System.Collections.Generic;
namespace FluentCommand
{
public static class SqlTypeMapping
{
private static readonly Dictionary<Type, string> _nativeType = new Dictionary<Type, string>
{
{typeof(bool), "bit"},
{typeof(byte), "tinyint"},
{ty... | using System;
using System.Collections.Generic;
namespace FluentCommand
{
public static class SqlTypeMapping
{
private static readonly Dictionary<Type, string> _nativeType = new Dictionary<Type, string>
{
{typeof(bool), "bit"},
{typeof(byte), "tinyint"},
{ty... |
79796771293e6e405873bc147bc82bc08a1efe3e | Update FieldMap.cs | Update FieldMap.cs | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/Field/Map/FieldMap.cs | mit | 1,591,385,925 | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using FF9;
using Memoria;
using Memoria.Scripts;
using Object = System.Object;
[Flags]
public enum FieldMapFlags : uint
{
None = 0,
Unknown1 = 1,
Unknown2 = 2,
Unknown4 = 4,
Generic7 = Unknown1 | Unknown2 ... | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using FF9;
using Memoria;
using Memoria.Scripts;
using Object = System.Object;
[Flags]
public enum FieldMapFlags : uint
{
None = 0,
Unknown1 = 1,
Unknown2 = 2,
Unknown4 = 4,
Generic7 = Unknown1 | Unknown2 ... |
ea8df84cdbd13f607f3e89f39e42dd2931366dc5 | Fixed copy/paste issue from Xamarin Docs | Fixed copy/paste issue from Xamarin Docs
| HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp | src/MobileKidsIdApp/MobileKidsIdApp.Android/MainActivity.cs | apache-2.0 | 1,591,385,782 | using System;
using Android.App;
using Android.Content;
using Android.Content.PM;
using Android.OS;
using MobileKidsIdApp.Droid.Platform;
using MobileKidsIdApp.Platform;
using Unity;
namespace MobileKidsIdApp.Droid
{
[Activity(
Label = "Kids Id Kit",
Icon = "@mipmap/icon",
Theme = "@style/... | using System;
using Android.App;
using Android.Content;
using Android.Content.PM;
using Android.OS;
using MobileKidsIdApp.Droid.Platform;
using MobileKidsIdApp.Platform;
using Unity;
namespace MobileKidsIdApp.Droid
{
[Activity(
Label = "Kids Id Kit",
Icon = "@mipmap/icon",
Theme = "@style/... |
8845c9d5b77d868e6bfde67233e5cfad1de29212 | Added additional padding char removal at the end of json string | Added additional padding char removal at the end of json string
| HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp,HTBox/MobileKidsIdApp | src/MobileKidsIdApp/MobileKidsIdApp/Services/FamilyRepository.storage.cs | apache-2.0 | 1,591,385,646 | using System;
using System.Collections.Generic;
using System.IO;
using System.Text.Json;
using MobileKidsIdApp.Models;
namespace MobileKidsIdApp.Services
{
public partial class FamilyRepository
{
private readonly string FileName = "f.htbox";
private string BasePath => Environment.GetFolderPath... | using System;
using System.Collections.Generic;
using System.IO;
using System.Text.Json;
using MobileKidsIdApp.Models;
namespace MobileKidsIdApp.Services
{
public partial class FamilyRepository
{
private readonly string FileName = "f.htbox";
private string BasePath => Environment.GetFolderPath... |
45e74695a5ae6dd248197bff06377ebe83bb1eac | Update NarrowMapList.cs | Update NarrowMapList.cs | Albeoris/Memoria,Albeoris/Memoria,Albeoris/Memoria | Assembly-CSharp/Global/Field/Map/NarrowMapList.cs | mit | 1,591,385,593 | using System;
using System.Linq;
public static class NarrowMapList
{
public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo);
public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0;
private static readonly Int32[] List = new[]
{
... | using System;
using System.Linq;
public static class NarrowMapList
{
public static Boolean IsCurrentMapNarrow() => IsNarrowMap(FF9StateSystem.Common.FF9.fldMapNo);
public static Boolean IsNarrowMap(Int32 mapId) => Array.BinarySearch(List, mapId) >= 0;
private static readonly Int32[] List = new[]
{
... |
bbafa66840819d1c1801f1a7466d28c436df16e6 | Ensuring default serialization settings behave correctly (#1008) | Ensuring default serialization settings behave correctly (#1008)
| sendgrid/sendgrid-csharp,dubrovkinmaxim/sendgrid-csharp,sendgrid/sendgrid-csharp,dubrovkinmaxim/sendgrid-csharp | tests/SendGrid.Tests/Integration.cs | mit | 1,591,383,420 | namespace SendGrid.Tests
{
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Reliability;
using SendGrid.Helpers.Mail;
using SendGrid.Helpers.Reliability;
... | namespace SendGrid.Tests
{
using System;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Reliability;
using SendGrid.Helpers.Mail;
using SendGrid.Helpers.Reliability;
... |
7b38c0ad540406989211c25bd62ce516a7029d6f | fix unit test for issue #177 : make it pass on linux and windows | fix unit test for issue #177 : make it pass on linux and windows
| b3b00/csly | ParserTests/lexer/GenericLexerTests.cs | mit | 1,591,382,617 | using System;
using System.Linq;
using System.Text;
using GenericLexerWithCallbacks;
using sly.buildresult;
using sly.lexer;
using sly.lexer.fsm;
using sly.parser.generator;
using Xunit;
namespace ParserTests.lexer
{
public enum Extensions
{
[Lexeme(GenericToken.Extension)] DATE,
[Lexeme(Gene... | using System;
using System.Linq;
using System.Text;
using GenericLexerWithCallbacks;
using sly.buildresult;
using sly.lexer;
using sly.lexer.fsm;
using sly.parser.generator;
using Xunit;
namespace ParserTests.lexer
{
public enum Extensions
{
[Lexeme(GenericToken.Extension)] DATE,
[Lexeme(Gene... |
0b1119b7712b6435420759cebdf0047f04499e40 | fixing warnings | fixing warnings
| MatterHackers/agg-sharp,larsbrubaker/agg-sharp | Gui/FLowLeftRightWithWrapping.cs | bsd-2-clause | 1,591,382,242 | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... | /*
Copyright (c) 2014, Lars Brubaker
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the followi... |
fe4c6ec09d3a82590bba93232e2c626087073d3a | No idea why John was doing a guid. But it was breaking it. | No idea why John was doing a guid. But it was breaking it.
Use int instead. On Cancel, this redirects back to the Pay page.
| ucdavis/CRP,ucdavis/CRP | CRP.Mvc/Controllers/PaymentsController.cs | mit | 1,591,381,812 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Helpers;... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Helpers;... |
ea6a4b3b2323a1ea7b37ba73dc13c728f27406f6 | WIP documenting SymbolDisplayFormats | WIP documenting SymbolDisplayFormats
| canton7/RestEase | src/RestEase.SourceGenerator/Implementation/SymbolDisplayFormats.cs | mit | 1,591,381,774 | using Microsoft.CodeAnalysis;
namespace RestEase.SourceGenerator.Implementation
{
internal static class SymbolDisplayFormats
{
/// <summary>
/// The name of a symbol, suitably escaped. E.g. "List" or "MethodName"
/// </summary>
public static SymbolDisplayFormat SymbolName { get... | using Microsoft.CodeAnalysis;
namespace RestEase.SourceGenerator.Implementation
{
internal static class SymbolDisplayFormats
{
public static SymbolDisplayFormat SymbolName { get; }
public static SymbolDisplayFormat Namespace { get; }
public static SymbolDisplayFormat ClassName { get; }... |
cbcfd25dab876352862acefb3bc912466c87e884 | Use newer logic to send SMTP test emails | Use newer logic to send SMTP test emails
| dnnsoftware/Dnn.Platform,mitchelsellers/Dnn.Platform,valadas/Dnn.Platform,dnnsoftware/Dnn.Platform,mitchelsellers/Dnn.Platform,EPTamminga/Dnn.Platform,dnnsoftware/Dnn.Platform,nvisionative/Dnn.Platform,nvisionative/Dnn.Platform,mitchelsellers/Dnn.Platform,dnnsoftware/Dnn.Platform,bdukes/Dnn.Platform,valadas/Dnn.Platfor... | Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ServerSettingsSmtpHostController.cs | mit | 1,591,381,078 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information
using System;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Web.Http;
using Dnn.Perso... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information
using System;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Web.Http;
using Dnn.Perso... |
377ce12dca15e4eaf9b3fc4dfc59b1e3ddc6d1bc | Started working on FatDirectoryEntry api docs | Started working on FatDirectoryEntry api docs
| CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.System2/FileSystem/FAT/Listing/FatDiretoryEntry.cs | bsd-3-clause | 1,591,380,669 | //#define COSMOSDEBUG
using System;
using System.IO;
using System.Collections.Generic;
using Cosmos.Common.Extensions;
using Cosmos.HAL;
using Cosmos.System.FileSystem.Listing;
using System.Text;
namespace Cosmos.System.FileSystem.FAT.Listing
{
/// <summary>
/// FatDirectoryEntry class. Represent directory/... | //#define COSMOSDEBUG
using System;
using System.IO;
using System.Collections.Generic;
using Cosmos.Common.Extensions;
using Cosmos.HAL;
using Cosmos.System.FileSystem.Listing;
using System.Text;
namespace Cosmos.System.FileSystem.FAT.Listing
{
internal class FatDirectoryEntry : DirectoryEntry
{
pri... |
cb97444b0f9ae2a24d17625e17f17a7da02d2ef8 | Made FatDirectoryEntryMetadata api docs clearer | Made FatDirectoryEntryMetadata api docs clearer
| CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos | source/Cosmos.System2/FileSystem/FAT/Listing/FatDirectoryEntryMetadata.cs | bsd-3-clause | 1,591,380,584 | namespace Cosmos.System.FileSystem.FAT.Listing
{
/// <summary>
/// Fat directory entry metadata class.
/// </summary>
public sealed class FatDirectoryEntryMetadata
{
/// <summary>
/// Entry data offset.
/// </summary>
public readonly uint DataOffset;
/// <sum... | namespace Cosmos.System.FileSystem.FAT.Listing
{
/// <summary>
/// Fat directory entry metadata class.
/// </summary>
public sealed class FatDirectoryEntryMetadata
{
/// <summary>
/// Entry data offset.
/// </summary>
public readonly uint DataOffset;
/// <sum... |
2d64da1146c81bdc49722f735b42d0ff84b63ed5 | Added FatDirectoryEntryAttributeConsts api docs | Added FatDirectoryEntryAttributeConsts api docs
| zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos | source/Cosmos.System2/FileSystem/FAT/Listing/FatDirectoryEntryAttributeConsts.cs | bsd-3-clause | 1,591,380,528 | namespace Cosmos.System.FileSystem.FAT.Listing
{
/// <summary>
/// FAT file system directory entry file attributes.
/// </summary>
public static class FatDirectoryEntryAttributeConsts
{
/// <summary>
/// Read only.
/// </summary>
public const int Test = 0x01;
... | namespace Cosmos.System.FileSystem.FAT.Listing
{
/// <summary>
/// FAT file system directory entry file attributes.
/// </summary>
public static class FatDirectoryEntryAttributeConsts
{
public const int Test = 0x01;
/// <summary>
/// Hidden. Hides directories.
/// </s... |
93f9dcef502e0aaa2d7ad71ed32f3c83f1fef34f | Use markup syntax for diagnostic location in tests | Use markup syntax for diagnostic location in tests
| DotNetAnalyzers/StyleCopAnalyzers,DotNetAnalyzers/StyleCopAnalyzers | StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp7/SpacingRules/SA1008CSharp7UnitTests.cs | mit | 1,591,380,334 | // Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace StyleCop.Analyzers.Test.CSharp7.SpacingRules
{
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
... | // Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace StyleCop.Analyzers.Test.CSharp7.SpacingRules
{
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
... |
e80435564cfe0dbd26aada14e8bf14691c3e9468 | Fix wording in XML doc | Fix wording in XML doc
Co-authored-by: Rainer Sigwald <c47cb73c2e8e8aa2e5e1be22cd04a787a9ddce7f@microsoft.com> | AndyGerlicher/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,cdmihai/msbuild,rainersigwald/msbuild,mono/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,cdmihai/msbuild,cdmihai/msbuild,rainersigwald/msbuild,mono/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,mono/msbuild,mono/msbuild,AndyGerlicher... | src/Framework/Sdk/SdkResultFactory.cs | mit | 1,591,380,239 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
namespace Microsoft.Build.Framework
{
/// <summary>
/// An abstract interface class provided to <see cref="SdkResolver"... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
namespace Microsoft.Build.Framework
{
/// <summary>
/// An abstract interface class provided to <see cref="SdkResolver"... |
0808f334eb7985eb58a5a5389d353d645b892469 | Add: ability to enable console error logging at startup using hotkey | Add: ability to enable console error logging at startup using hotkey
| Piotrekol/StreamCompanion,Piotrekol/StreamCompanion | osu!StreamCompanion/Code/Core/Initializer.cs | mit | 1,591,378,612 | using System;
using System.Linq;
using System.Windows.Forms;
using osu_StreamCompanion.Code.Core.Loggers;
using osu_StreamCompanion.Code.Core.Maps.Processing;
using osu_StreamCompanion.Code.Core.Savers;
using osu_StreamCompanion.Code.Misc;
using osu_StreamCompanion.Code.Modules.FirstRun;
using osu_StreamCompanion.Code.... | using System;
using System.Linq;
using System.Windows.Forms;
using osu_StreamCompanion.Code.Core.Loggers;
using osu_StreamCompanion.Code.Core.Maps.Processing;
using osu_StreamCompanion.Code.Core.Savers;
using osu_StreamCompanion.Code.Misc;
using osu_StreamCompanion.Code.Modules.FirstRun;
using osu_StreamCompanion.Code.... |
b2e4130900284f0b4d24e641d1080bfd19833e70 | Fix Azure Table storage instance store implementation so that it currectly returns the latest state and not the oldest. (#405) | Fix Azure Table storage instance store implementation so that it currectly returns the latest state and not the oldest. (#405)
Co-authored-by: Adarsh Kanodia <4492939e618b56a18a5207a532cced00f7072a62@microsoft.com> | Azure/durabletask,Azure/durabletask | src/DurableTask.ServiceBus/Tracking/AzureTableInstanceStore.cs | apache-2.0 | 1,591,378,247 | // ----------------------------------------------------------------------------------
// Copyright Microsoft Corporation
// 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.... | // ----------------------------------------------------------------------------------
// Copyright Microsoft Corporation
// 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.... |
75ae1e218ac08e7a5800b1f9519d4da5c0a995b2 | Try to make that test pass on Linux | Try to make that test pass on Linux
| Abc-Arbitrage/Zebus,Abc-Arbitrage/Zebus | src/Abc.Zebus.Tests/Transport/ZmqTransportTests.cs | mit | 1,591,377,469 | using Abc.Zebus.Directory;
using Abc.Zebus.Testing;
using Abc.Zebus.Testing.Extensions;
using Abc.Zebus.Tests.Messages;
using Abc.Zebus.Transport;
using Abc.Zebus.Util;
using Moq;
using NUnit.Framework;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using... | using Abc.Zebus.Directory;
using Abc.Zebus.Testing;
using Abc.Zebus.Testing.Extensions;
using Abc.Zebus.Tests.Messages;
using Abc.Zebus.Transport;
using Abc.Zebus.Util;
using Moq;
using NUnit.Framework;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using... |
1a59f53cfac0772199bd5a48a611086d2eaf720f | Further changes to use 127.0.0.1 instead of localhost. | Further changes to use 127.0.0.1 instead of localhost.
| neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver,neo4j/neo4j-dotnet-driver | Neo4j.Driver/Neo4j.Driver.Tests.Integration/Internals/StandAlone/Neo4jDefaultInstallation.cs | apache-2.0 | 1,591,377,179 | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... | // Copyright (c) 2002-2020 "Neo4j,"
// Neo4j Sweden AB [http://neo4j.com]
//
// This file is part of Neo4j.
//
// 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... |
094cbb899f1dca2d201e1617f73a148259989c12 | Adjust `EffectiveViewportChanged` calculation. | Adjust `EffectiveViewportChanged` calculation.
Instead of simply reading old `TranslatedBounds` value when `Bounds` changes, use the clip and transform from the previous `TranslatedBounds` with the new `Bounds`.
| Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,Perspex/Persp... | src/Avalonia.Controls/Repeater/ViewportManager.cs | mit | 1,591,376,993 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using Sys... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia... |
6dc992d04c7a898dfbc503f5ee2cccbceeecb666 | Reset count to 0 when re-queueing control. | Reset count to 0 when re-queueing control.
When a layout of a control exceeds the maximum passes and we re-queue it, reset the attempt count to 0 because otherwise it can end up stuck in the layout queue forever even when the next layout can succeed with e.g. 2 passes. This can happen with `ItemsRepeater`.
| jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,akrisiun/Perspex,SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,grokys/Perspex,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Av... | src/Avalonia.Layout/LayoutQueue.cs | mit | 1,591,376,993 | using System;
using System.Collections;
using System.Collections.Generic;
namespace Avalonia.Layout
{
internal class LayoutQueue<T> : IReadOnlyCollection<T>
{
private struct Info
{
public bool Active;
public int Count;
}
public LayoutQueue(Func<T, bool>... | using System;
using System.Collections;
using System.Collections.Generic;
namespace Avalonia.Layout
{
internal class LayoutQueue<T> : IReadOnlyCollection<T>
{
private struct Info
{
public bool Active;
public int Count;
}
public LayoutQueue(Func<T, bool>... |
91c280a0144eb536c2f4a16aff69d45e1a3a34b5 | Don't invalidate if viewport unchanged. | Don't invalidate if viewport unchanged.
| SuperJMN/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,grokys/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,Av... | src/Avalonia.Controls/Repeater/ViewportManager.cs | mit | 1,591,376,993 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia... |
14e95f10d56f66f033963e475d73b9f8026e2462 | Fix incorrect name of WinUI event. | Fix incorrect name of WinUI event.
| SuperJMN/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,akrisiun/Perspex,jkoritzinsky/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,AvaloniaUI/Avalonia,Perspex/Perspex,wieslawsoltes/Perspex,AvaloniaU... | src/Avalonia.Controls/Repeater/ViewportManager.cs | mit | 1,591,376,993 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia... |
eb8ea62bda9dc31357b2aed3587ec08fcb292358 | Use tuple name iinstead of Item1. | Use tuple name iinstead of Item1.
| jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,akrisiun/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,AvaloniaU... | src/Avalonia.Controls/Presenters/ScrollContentPresenter.cs | mit | 1,591,376,993 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.VisualTree;
namespace Avalonia.Controls.Presenters
{
/// <summary>
/// Presents a scrolling view of content ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.VisualTree;
namespace Avalonia.Controls.Presenters
{
/// <summary>
/// Presents a scrolling view of content ... |
402e497fa8a007714423fcbbdccc4efac8fd3b09 | Register action on lower priority than render. | Register action on lower priority than render.
`OnEffectiveViewportChanged` needs to be triggered first, otherwise `_makeAnchorElement` is cleared too early, breaking scrolling in a list with variable-height items.
| jkoritzinsky/Avalonia,jkoritzinsky/Perspex,grokys/Perspex,akrisiun/Perspex,Perspex/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Avalo... | src/Avalonia.Controls/Repeater/ViewportManager.cs | mit | 1,591,376,993 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia... |
29636f06c9b761dd60c4f5ac33132dad9d9b8658 | Don't invalidate arrange during arrange. | Don't invalidate arrange during arrange.
When `Offset` is adjusted due to scroll ancoring during the arrange pass in `ScrollContentPresenter`, don't invalidate the arrange: we've got it handled.
| AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,akrisiun/Perspex,grokys/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Avalonia,wieslawsoltes/Pe... | src/Avalonia.Controls/Presenters/ScrollContentPresenter.cs | mit | 1,591,376,993 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.VisualTree;
namespace Avalonia.Controls.Presenters
{
/// <summary>
/// Presents a scrolling view of content ... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Runtime.InteropServices.ComTypes;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.LogicalTree;
using Avalonia.VisualTree;
namespace Avalonia.Controls.P... |
c08ea6cdd29091204086d6c16659fb99c59165f4 | Remove hack. | Remove hack.
Hack was added when porting `ItemsRepeater. Not sure it's needed anymore.
| Perspex/Perspex,wieslawsoltes/Perspex,wieslawsoltes/Perspex,jkoritzinsky/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,wieslawsoltes/Perspex,AvaloniaUI/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,AvaloniaUI/Avalonia,SuperJMN/Avalonia,Perspex/Perspex,SuperJMN/Avalonia,SuperJMN/Avaloni... | src/Avalonia.Layout/FlowLayoutAlgorithm.cs | mit | 1,591,376,992 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Specialized;
namespace Avalonia.Layout
{
internal class FlowLayoutAlgorithm
... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Specialized;
namespace Avalonia.Layout
{
internal class FlowLayoutAlgorithm
... |
4756100cd80741472d1f06d85fec8a619410b4e1 | Set correct cache length. | Set correct cache length.
The default value needs to be the same as the default value in the associated `ItemsRepeater` properties.
| jkoritzinsky/Perspex,jkoritzinsky/Avalonia,SuperJMN/Avalonia,wieslawsoltes/Perspex,SuperJMN/Avalonia,akrisiun/Perspex,grokys/Perspex,SuperJMN/Avalonia,grokys/Perspex,Perspex/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,SuperJMN/Avalonia,jkoritzinsky/Perspex,jkoritzinsky/Avalonia,jkoritzinsky/Avalonia,jkoritzinsk... | src/Avalonia.Controls/Repeater/ViewportManager.cs | mit | 1,591,376,992 | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia... | // This source file is adapted from the WinUI project.
// (https://github.com/microsoft/microsoft-ui-xaml)
//
// Licensed to The Avalonia Project under MIT License, courtesy of The .NET Foundation.
using System;
using System.Collections.Generic;
using System.Reactive.Linq;
using System.Threading.Tasks;
using Avalonia... |
60ba4f7b2e11a6f56366cb8a0244e473f6cd465c | Add unit test | Add unit test
| fredatgithub/UsefulFunctions | UnitTestUsefullFunctions/UnitTestFunctionCrypto.cs | mit | 1,591,376,784 | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... | using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using CryptoFunc = FonctionsUtiles.Fred.Csharp.FunctionsCrypto;
namespace UnitTestUsefullFunctions
{
[TestClass]
public class UnitTestFunctionCrypto
{
#region Crypto
... |
d404c86f75ba3c8bd5f17aabd692f8bfa8072402 | Don't set high-water mark to 1 in tests, it doesn't work well on Linux | Don't set high-water mark to 1 in tests, it doesn't work well on Linux
| Abc-Arbitrage/Zebus,Abc-Arbitrage/Zebus | src/Abc.Zebus.Tests/Transport/ZmqTransportTests.cs | mit | 1,591,376,669 | using Abc.Zebus.Directory;
using Abc.Zebus.Testing;
using Abc.Zebus.Testing.Extensions;
using Abc.Zebus.Tests.Messages;
using Abc.Zebus.Transport;
using Abc.Zebus.Util;
using Moq;
using NUnit.Framework;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using... | using Abc.Zebus.Directory;
using Abc.Zebus.Testing;
using Abc.Zebus.Testing.Extensions;
using Abc.Zebus.Tests.Messages;
using Abc.Zebus.Transport;
using Abc.Zebus.Util;
using Moq;
using NUnit.Framework;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using... |
2b096a8ac5af7dad12b3dfd18cf0c7268761dc25 | Show transaction id. | Show transaction id.
| ucdavis/CRP,ucdavis/CRP | CRP.Mvc/Controllers/TransactionController.cs | mit | 1,591,376,437 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Helpers;
using CRP.Core.Reso... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web.Mvc;
using CRP.Controllers.Filter;
using CRP.Controllers.Helpers;
using CRP.Controllers.ViewModels;
using CRP.Core.Abstractions;
using CRP.Core.Domain;
using CRP.Core.Resources;
using CRP.Mvc.Con... |
806a72c82452f592653e34cf9495dfb739f77c8a | Fix java ping | Fix java ping
| kennyvv/Alex,kennyvv/Alex,kennyvv/Alex | src/Alex/Services/ServerQueryProvider.cs | mpl-2.0 | 1,591,376,331 | using System;
using System.Diagnostics;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Alex.API.Services;
using Alex.API.Utils;
using Alex.Networking.Java;
using Alex.Networking.Java.Packets;
using Alex.Networking.Java.Packets.Handshake;
using... | using System;
using System.Diagnostics;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Alex.API.Services;
using Alex.API.Utils;
using Alex.Networking.Java;
using Alex.Networking.Java.Packets;
using Alex.Networking.Java.Packets.Handshake;
using... |
176ce52b0d2db6932b6d3c9d2328e254a6d04855 | Add ksp-dmp.sundevil.pl | Add ksp-dmp.sundevil.pl
| godarklight/DMPServerListReporter2 | DMPServerListReporter/ReportingSettings.cs | unlicense | 1,591,375,589 | 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 = "";
... |
11646faa778ff2a218230781d4763064897947b0 | Update PgpMimeTests.cs | Update PgpMimeTests.cs
| jstedfast/MimeKit,jstedfast/MimeKit,jstedfast/MimeKit | UnitTests/Cryptography/PgpMimeTests.cs | mit | 1,591,375,111 | //
// PgpMimeTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// 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 Softwa... | //
// PgpMimeTests.cs
//
// Author: Jeffrey Stedfast <jestedfa@microsoft.com>
//
// Copyright (c) 2013-2020 Xamarin Inc. (www.xamarin.com)
//
// 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 Softwa... |
4bf78308fd40906cd9331dcc4ae9c11a0487bc37 | Add logging to all methods in SimpleScenarios | Add logging to all methods in SimpleScenarios
| sean-gilliam/msbuild,mono/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,mono/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,rainersigwald/msbuild,cdmihai/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuil... | src/Build.UnitTests/EscapingInProjects_Tests.cs | mit | 1,591,374,335 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Microsoft.Build.UnitTests;
using Microsoft.Build.Co... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Microsoft.Build.UnitTests;
using Microsoft.Build.Co... |
c44add42eec1f170f6f60a334ff51dab6ed04162 | Log build of ItemTransformContainingSemicolon_InTaskHost | Log build of ItemTransformContainingSemicolon_InTaskHost
| rainersigwald/msbuild,mono/msbuild,sean-gilliam/msbuild,mono/msbuild,sean-gilliam/msbuild,mono/msbuild,AndyGerlicher/msbuild,cdmihai/msbuild,rainersigwald/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,mono/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,rainersigwald/msbuild... | src/Build.UnitTests/EscapingInProjects_Tests.cs | mit | 1,591,374,334 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Microsoft.Build.UnitTests;
using Microsoft.Build.Co... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using Microsoft.Build.UnitTests;
using Microsoft.Build.Co... |
adc5cacddeefb17eb3a2143a8011463c1bcd2c41 | Allow passing logger to BuildProjectWithNewOM | Allow passing logger to BuildProjectWithNewOM
| rainersigwald/msbuild,cdmihai/msbuild,sean-gilliam/msbuild,sean-gilliam/msbuild,cdmihai/msbuild,rainersigwald/msbuild,mono/msbuild,rainersigwald/msbuild,cdmihai/msbuild,rainersigwald/msbuild,AndyGerlicher/msbuild,AndyGerlicher/msbuild,mono/msbuild,mono/msbuild,AndyGerlicher/msbuild,rainersigwald/msbuild,sean-gilliam/ms... | src/Shared/UnitTests/ObjectModelHelpers.cs | mit | 1,591,374,334 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
u... | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
u... |
a6e23418c33b7fa0820ce564ced494e29a15c687 | fixed documentation spacing | fixed documentation spacing
| Willster419/RelhaxModpack,Willster419/RelicModManager | RelhaxModpack/RelhaxModpack/UI/UiUtils.cs | apache-2.0 | 1,591,374,126 | using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Threading;
namespace RelhaxModpack.UI
{
/// <summary>
/// A utility class to handle UI interaction
/// </summary>
public st... | using RelhaxModpack.Windows;
using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Threading;
namespace RelhaxModpack.UI
{
/// <summary>
/// A utility class to handle UI interaction
/// </summary>
public st... |
599c2062175a245f74d54d64690e75e20d99d62a | Introduced enumerationValues into the Field Factory | Introduced enumerationValues into the Field Factory
| mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new | src/DatenMeister.WPF/Forms/Fields/DropdownField.cs | mit | 1,591,373,464 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using DatenMeister.Core.EMOF.Interface.Common;
using DatenMeister.Core.EMOF.Interface.Reflection;
using DatenMeister.Models.Forms;
using DatenMeister.Runtime;
using DatenMeister.Uml.Helper;
using Dat... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using DatenMeister.Core.EMOF.Interface.Common;
using DatenMeister.Core.EMOF.Interface.Reflection;
using DatenMeister.Models.Forms;
using DatenMeister.Runtime;
using DatenMeister.WPF.Forms.Base;
name... |
ebe0257af1d43d630a79a1a5605b187e0b8d6439 | CA-339648: Refresh user row when the other_config changes so as to show up to date account details. | CA-339648: Refresh user row when the other_config changes so as to show up to date account details.
Signed-off-by: Konstantina Chremmou <a7d1f757a659045fb6db8c1e3849a1c8ad00b97a@citrix.com>
| xenserver/xenadmin,kc284/xenadmin,kc284/xenadmin,kc284/xenadmin,xenserver/xenadmin,xenserver/xenadmin,kc284/xenadmin,xenserver/xenadmin,kc284/xenadmin,kc284/xenadmin | XenAdmin/TabPages/AdPage.cs | bsd-2-clause | 1,591,372,699 | /* Copyright (c) Citrix Systems, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above
* copyright notice... | /* Copyright (c) Citrix Systems, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the above
* copyright notice... |
8719f8d5d1053e42c4837c3feb7df15c92837471 | Update DataMergeDefinition.cs | Update DataMergeDefinition.cs
| loresoft/FluentCommand | src/FluentCommand.SqlServer/Merge/DataMergeDefinition.cs | mit | 1,591,372,413 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using FluentCommand.Extensions;
namespace FluentCommand.Merge
{
/// <summary>
/// Class representing a data merge def... | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using FluentCommand.Extensions;
namespace FluentCommand.Merge
{
/// <summary>
/// Class representing a data merge def... |
7203e2a465a109c3030456d40d836c076b231233 | Fix warnings which only appear on AppVeyor... | Fix warnings which only appear on AppVeyor...
| canton7/RestEase | src/RestEase/Implementation/ReflectionTypeAnalyzer.cs | mit | 1,591,371,546 | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Xml.Linq;
using RestEase.Implementation.Analysis;
using RestEase.Platform;
namespace RestEase.Implementation
{
internal ... | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Xml.Linq;
using RestEase.Implementation.Analysis;
using RestEase.Platform;
namespace RestEase.Implementation
{
internal ... |
94d0888384f29f6c024d1baad1568b3007398955 | Correct libdl library name on Linux. | Correct libdl library name on Linux.
| jherby2k/AudioWorks,jherby2k/AudioWorks | AudioWorks/src/Extensions/AudioWorks.Extensions.Flac/SafeNativeMethods.cs | agpl-3.0 | 1,591,371,156 | /* Copyright © 2018 Jeremy Herbison
This file is part of AudioWorks.
AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
version.
Au... | /* Copyright © 2018 Jeremy Herbison
This file is part of AudioWorks.
AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
version.
Au... |
00286c3264f5b512375144c824fb2e0d4c14b84d | Add the exception message to the warning. | Add the exception message to the warning.
| jherby2k/AudioWorks,jherby2k/AudioWorks | AudioWorks/src/AudioWorks.Extensibility/ExtensionContainerBase.cs | agpl-3.0 | 1,591,370,828 | /* Copyright © 2018 Jeremy Herbison
This file is part of AudioWorks.
AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
version.
Au... | /* Copyright © 2018 Jeremy Herbison
This file is part of AudioWorks.
AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
version.
Au... |
00f4922845df4a5b1547dedfb74302f98fb2984c | Add hashes for AoTuV + Lancer build on Linux / AMD. | Add hashes for AoTuV + Lancer build on Linux / AMD.
| jherby2k/AudioWorks,jherby2k/AudioWorks | AudioWorks/tests/AudioWorks.Api.Tests/DataSources/EncodeValidFileDataSource.cs | agpl-3.0 | 1,591,370,781 | /* Copyright © 2018 Jeremy Herbison
This file is part of AudioWorks.
AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
version.
Au... | /* Copyright © 2018 Jeremy Herbison
This file is part of AudioWorks.
AudioWorks is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
version.
Au... |
0b879979926f6f65221511d54b2edb3aab5eb30a | PP9-11113 make sure fileformaticon is downloaded | PP9-11113 make sure fileformaticon is downloaded
| Picturepark/Picturepark.SDK.DotNet,Picturepark/Picturepark.SDK.DotNet | src/Picturepark.SDK.V1.Tests/Clients/ContentTests.cs | mit | 1,591,370,251 | using FluentAssertions;
using Newtonsoft.Json;
using Picturepark.SDK.V1.Contract;
using Picturepark.SDK.V1.Tests.Contracts;
using Picturepark.SDK.V1.Tests.Fixtures;
using Picturepark.SDK.V1.Tests.FluentAssertions;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;... | using FluentAssertions;
using Newtonsoft.Json;
using Picturepark.SDK.V1.Contract;
using Picturepark.SDK.V1.Tests.Contracts;
using Picturepark.SDK.V1.Tests.Fixtures;
using Picturepark.SDK.V1.Tests.FluentAssertions;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;... |
7076e9e906317a992322107b56ca1032379c2d30 | Make settings object a property in MainWindowViewModel | Make settings object a property in MainWindowViewModel
Needed for MainWindow's data-binding for FallbackImage
| Kingloo/GB-Live | src/Gui/MainWindowViewModel.cs | unlicense | 1,591,370,133 | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Threading;
using GBLive.Common;
using GBLive.GiantBomb;
using GBLive.GiantBomb.Interfaces;
namespace GBLive.Gui
{
public class Mai... | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Threading;
using GBLive.Common;
using GBLive.GiantBomb;
using GBLive.GiantBomb.Interfaces;
namespace GBLive.Gui
{
public class Mai... |
818cfb594cfc5f2bb88a0eb5250fa2edc349c7a8 | Use empty strings as values for empty cells, which produces more diff-friendly CSV serialization result | Use empty strings as values for empty cells,
which produces more diff-friendly CSV serialization result
| roman-yagodin/R7.University,roman-yagodin/R7.University | R7.University.Core/Templates/WorkbookToCsvSerializer.cs | agpl-3.0 | 1,591,369,149 | using System.Text;
using System.Text.RegularExpressions;
using NPOI.SS.UserModel;
namespace R7.University.Core.Templates
{
/// <summary>
/// Convert workbook (spreadsheet) into CSV-like representation.
/// </summary>
public class WorkbookToCsvSerializer: IWorkbookSerializer
{
public string ... | using System.Text;
using System.Text.RegularExpressions;
using NPOI.SS.UserModel;
namespace R7.University.Core.Templates
{
/// <summary>
/// Convert workbook (spreadsheet) into CSV-like representation.
/// </summary>
public class WorkbookToCsvSerializer: IWorkbookSerializer
{
public string ... |
80f596b84b17c987d0e103d0ee58d59fdd05fe5e | remove EntityCompleter fix for now | remove EntityCompleter fix for now
| AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework | Signum.Engine/Linq/ExpressionVisitor/EntityCompleter.cs | mit | 1,591,369,134 | using System;
using System.Linq;
using System.Linq.Expressions;
using Signum.Entities;
using Signum.Utilities;
using Signum.Engine.Maps;
using Signum.Utilities.DataStructures;
using System.Collections.ObjectModel;
namespace Signum.Engine.Linq
{
internal class EntityCompleter : DbExpressionVisitor
{... | using System;
using System.Linq;
using System.Linq.Expressions;
using Signum.Entities;
using Signum.Utilities;
using Signum.Engine.Maps;
using Signum.Utilities.DataStructures;
using System.Collections.ObjectModel;
namespace Signum.Engine.Linq
{
internal class EntityCompleter : DbExpressionVisitor
{... |
2dc575ec6b2e9906849b58feedf40e302098bcb9 | FileSelection is focusable | FileSelection is focusable
| mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new,mbrenn/datenmeister-new | src/DatenMeister.WPF/Forms/Fields/FileSelectionField.cs | mit | 1,591,368,992 | using System;
using System.Windows;
using System.Windows.Controls;
using DatenMeister.Core.EMOF.Interface.Reflection;
using DatenMeister.Models.Forms;
using DatenMeister.Runtime;
using DatenMeister.WPF.Forms.Base;
namespace DatenMeister.WPF.Forms.Fields
{
public class FileSelectionField : IDetailField
{
... | using System;
using System.Windows;
using System.Windows.Controls;
using DatenMeister.Core.EMOF.Interface.Reflection;
using DatenMeister.Models.Forms;
using DatenMeister.Runtime;
using DatenMeister.WPF.Forms.Base;
namespace DatenMeister.WPF.Forms.Fields
{
public class FileSelectionField : IDetailField
{
... |
03bc294f2c47a9e084d51998c1fdab4e03fa74b2 | FirewalNat.Src/DstPortStr, | FirewalNat.Src/DstPortStr,
| danikf/tik4net | tik4net.objects/Ip/Firewall/FirewallNat.cs | apache-2.0 | 1,591,368,375 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace tik4net.Objects.Ip.Firewall
{
/// <summary>
/// /ip/firewall/nat
/// </summary>
[TikEntity("/ip/firewall/nat", IncludeDetails = true, IsOrdered = true)]
public class FirewallNat
{
/// <summa... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace tik4net.Objects.Ip.Firewall
{
/// <summary>
/// /ip/firewall/nat
/// </summary>
[TikEntity("/ip/firewall/nat", IncludeDetails = true, IsOrdered = true)]
public class FirewallNat
{
/// <summa... |
8a976aaea224b2af49ff07f6ffb0ba8b8a635d41 | Do not remove alices after Connection confirmation | Do not remove alices after Connection confirmation
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,591,367,746 | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Security.Cryptography.X509Certificates;
using System.Threading;
using System.Thr... | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... |
a4c3eada436a5588a810594f13968baa3d853347 | fix DV nosso numero sicredi para remessa | fix DV nosso numero sicredi para remessa
| fortesinformatica/boletonet,fortesinformatica/boletonet,fortesinformatica/boletonet | src/Boleto.Net/Banco/Banco_Sicredi.cs | apache-2.0 | 1,591,366,821 | using System;
using System.Web.UI;
using BoletoNet.Util;
using System.Text;
using BoletoNet.EDI.Banco;
using BoletoNet.Excecoes;
using System.Collections.Generic;
using System.Linq;
using BoletoNet.Enums;
[assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")]
namespace BoletoNet
{
/// <Author>
/// S... | using System;
using System.Web.UI;
using BoletoNet.Util;
using System.Text;
using BoletoNet.EDI.Banco;
using BoletoNet.Excecoes;
using System.Collections.Generic;
using System.Linq;
using BoletoNet.Enums;
[assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")]
namespace BoletoNet
{
/// <Author>
/// S... |
0b327049dd9eec4ae5fb68beda9a201ce8e5915c | Stop retry on invalid session ID | Stop retry on invalid session ID
| duracellko/planningpoker4azure,duracellko/planningpoker4azure,duracellko/planningpoker4azure | src/Duracellko.PlanningPoker.Client/Service/PlanningPokerSignalRClient.cs | mit | 1,591,366,047 | using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Duracellko.PlanningPoker.Service;
using Microsoft.AspNetCore.SignalR;
using Microsoft.AspNetCore.SignalR.Client;
namespace Duracellko.PlanningPoker.Client.Service
{
/// <summary>
/// Objects provides op... | using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Duracellko.PlanningPoker.Service;
using Microsoft.AspNetCore.SignalR;
using Microsoft.AspNetCore.SignalR.Client;
namespace Duracellko.PlanningPoker.Client.Service
{
/// <summary>
/// Objects provides op... |
de7949909a87abf87a8c1daa6fd436788039f3f2 | Added better exception handling and reporting to operation that attaches to existing archives. | Added better exception handling and reporting to operation that attaches to existing archives.
| GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian,GridProtectionAlliance/openHistorian | Source/Libraries/Adapters/openHistorian.Adapters/LocalOutputAdapter.cs | mit | 1,591,365,978 | //******************************************************************************************************
// LocalOutputAdapter.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... | //******************************************************************************************************
// LocalOutputAdapter.cs - Gbtc
//
// Copyright © 2010, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
... |
049d3f82fba2ea6df210d7a6d48443a0fa53e721 | Exception thrown when getting undefined settings. | Exception thrown when getting undefined settings.
| ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,ryancyq/aspnetboilerplate,aspnetboilerplate/aspnetboilerplate,luchaoshuai/aspnetboilerplate,luchaoshuai/aspnetboilerplate | test/Abp.Tests/Configuration/SettingManager_Tests.cs | mit | 1,591,365,931 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Abp.Configuration;
using Abp.Configuration.Startup;
using Abp.MultiTenancy;
using Abp.Runtime.Caching.Configuration;
using Abp.Runtime.Caching.Memory;
using Abp.Runtime.Remoting;
using Abp.Runtime.Session;
using Abp.T... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Abp.Configuration;
using Abp.Configuration.Startup;
using Abp.MultiTenancy;
using Abp.Runtime.Caching.Configuration;
using Abp.Runtime.Caching.Memory;
using Abp.Runtime.Remoting;
using Abp.Runtime.Session;
using Abp.T... |
6b6263358e5b6ce95a005dbe80215dfccd6ed505 | не потокобезопасная работа с LogsToCheck приводит к Capacity<Count и добавил проверку на null | не потокобезопасная работа с LogsToCheck приводит к Capacity<Count и добавил проверку на null
| AlexWan/OsEngine | project/OsEngine/Logging/Log.cs | apache-2.0 | 1,591,365,003 | /*
*Your rights to use the code are governed by this license https://github.com/AlexWan/OsEngine/blob/master/LICENSE
*Ваши права на использование кода регулируются данной лицензией http://o-s-a.net/doc/license_simple_engine.pdf
*/
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
us... | /*
*Your rights to use the code are governed by this license https://github.com/AlexWan/OsEngine/blob/master/LICENSE
*Ваши права на использование кода регулируются данной лицензией http://o-s-a.net/doc/license_simple_engine.pdf
*/
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
us... |
aa51a86f63170896bd3a9cec069c7773d22f5a1b | removed unused code | removed unused code
| codebude/QRCoder | QRCoder/QRCode.cs | mit | 1,591,364,054 | #if NETFRAMEWORK || NETSTANDARD2_0
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using static QRCoder.QRCodeGenerator;
namespace QRCoder
{
public class QRCode : AbstractQRCode, IDisposable
{
/// <summary>
/// Constructor without params to be used in COM Objects connections... | #if NETFRAMEWORK || NETSTANDARD2_0
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using static QRCoder.QRCodeGenerator;
namespace QRCoder
{
public class QRCode : AbstractQRCode, IDisposable
{
/// <summary>
/// Constructor without params to be used in COM Objects connections... |
e78f8fa1ce77790d6a9ad413838357618131917f | GSF.Core: Added more detailed error message to update file/directory enumeration functions. | GSF.Core: Added more detailed error message to update file/directory enumeration functions.
| GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf,GridProtectionAlliance/gsf | Source/Libraries/GSF.Core.Shared/IO/FilePath.cs | mit | 1,591,363,654 | //******************************************************************************************************
// FilePath.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NO... | //******************************************************************************************************
// FilePath.cs - Gbtc
//
// Copyright © 2012, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See
// the NO... |
352a716c357114ead376b43045a2fa85c3205f2e | [datatool] add a loggy boi to extract voice better | [datatool] add a loggy boi to extract voice better
| overtools/OWLib | DataTool/ToolLogic/Extract/ExtractHeroVoiceBetter.cs | mit | 1,591,363,618 | using System;
using System.IO;
using DataTool.DataModels;
using DataTool.FindLogic;
using DataTool.Flag;
using DataTool.Helper;
using DataTool.JSON;
using TankLib;
using TankLib.STU.Types;
using static DataTool.Helper.STUHelper;
using static DataTool.Helper.IO;
namespace DataTool.ToolLogic.Extract {
[Tool("extra... | using System;
using System.IO;
using DataTool.DataModels;
using DataTool.FindLogic;
using DataTool.Flag;
using DataTool.JSON;
using TankLib;
using TankLib.STU.Types;
using static DataTool.Helper.STUHelper;
using static DataTool.Helper.IO;
namespace DataTool.ToolLogic.Extract {
[Tool("extract-hero-voice-bette... |
ce7a440ea73396ae5a58f772de5b8107f66935e2 | Elaborating caching options | Elaborating caching options
| Lombiq/Orchard-Training-Demo-Module,Lombiq/Orchard-Training-Demo-Module | Services/DateTimeCachingService.cs | bsd-3-clause | 1,591,363,297 | using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.Primitives;
using OrchardCore.DynamicCache;
using OrchardCore.Environment.Cache;
using OrchardCore.Modules;
using System;
using System.Globalization;
using System.Threading.Tasks;
namespace Lombiq.TrainingDemo.Services
{
public inter... | using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.Primitives;
using OrchardCore.DynamicCache;
using OrchardCore.Environment.Cache;
using OrchardCore.Modules;
using System;
using System.Globalization;
using System.Threading.Tasks;
namespace Lombiq.TrainingDemo.Services
{
public inter... |
8831ce21596ac08fb25b265943e28630a89dc46c | fixed invalid example in docs (#780) | fixed invalid example in docs (#780)
| json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core,json-api-dotnet/JsonApiDotNetCore,Research-Institute/json-api-dotnet-core,Research-Institute/json-api-dotnet-core | src/JsonApiDotNetCore/Models/Annotation/EagerLoadAttribute.cs | mit | 1,591,362,994 | using System;
using System.Collections.Generic;
using System.Reflection;
namespace JsonApiDotNetCore.Models
{
/// <summary>
/// Used to unconditionally load a related entity that is not exposed as a json:api relationship.
/// </summary>
/// <remarks>
/// This is intended for calculated properties t... | using System;
using System.Collections.Generic;
using System.Reflection;
namespace JsonApiDotNetCore.Models
{
/// <summary>
/// Used to unconditionally load a related entity that is not exposed as a json:api relationship.
/// </summary>
/// <remarks>
/// This is intended for calculated properties t... |
0dd91395c6cc7e829b3a4a077dcfb17bf5c59f4d | Avoided providing HubSiteId on new sitecollection creation if no HubSiteId has been provided. It causes unneccessary traffic over the wire and yields the same result as not providing at all. | Avoided providing HubSiteId on new sitecollection creation if no HubSiteId has been provided. It causes unneccessary traffic over the wire and yields the same result as not providing at all.
| OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core,OfficeDev/PnP-Sites-Core | Core/OfficeDevPnP.Core/Sites/SiteCollection.cs | mit | 1,591,362,788 | #if !ONPREMISES
using Microsoft.Graph;
using Microsoft.SharePoint.Client;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Utilities;
using OfficeDevPnP.Core.Utilities.Async;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using S... | #if !ONPREMISES
using Microsoft.Graph;
using Microsoft.SharePoint.Client;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Utilities;
using OfficeDevPnP.Core.Utilities.Async;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using S... |
f1a509ce1217ead7d07940fd41de8e1b21267e0f | added AddUnchecked method to ViewModelListBase | added AddUnchecked method to ViewModelListBase
| Insire/MvvmScarletToolkit,Insire/MvvmScarletToolkit,Insire/MvvmScarletToolkit | src/MvvmScarletToolkit.Observables/ViewModels/Base/ViewModelListBase.cs | mit | 1,591,361,440 | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Input;
namespace MvvmScarletToolkit.Observables
{
/// <summary>
/// Collecti... | using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Input;
namespace MvvmScarletToolkit.Observables
{
/// <summary>
/// Collecti... |
91a10c6832c0d73aa75557a1635a9b773d9c3410 | Add ItemLock | Add ItemLock
| ArasExtensions/Aras.ViewModel | Aras.ViewModel/Containers/Plugin.cs | apache-2.0 | 1,591,361,091 | /*
Copyright 2017 Processwall Limited
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 ... | /*
Copyright 2017 Processwall Limited
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 ... |
a296413b5abdcd86c219d4589b6e825a157706fb | optimize WriteFloat | optimize WriteFloat
| google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf | csharp/src/Google.Protobuf/WritingPrimitives.cs | bsd-3-clause | 1,591,360,867 | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... | #region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the fo... |
e33328642f5c4914a2f6f68e1f99de4fd3111290 | use toStringExpression in FilePathEmbedded for efficienty | use toStringExpression in FilePathEmbedded for efficienty
| MehdyKarimpour/extensions,signumsoftware/extensions,signumsoftware/framework,AlejandroCano/extensions,signumsoftware/framework,signumsoftware/framework,MehdyKarimpour/extensions,signumsoftware/extensions,AlejandroCano/extensions | Signum.Entities.Extensions/Files/FilePathEmbedded.cs | mit | 1,591,360,806 | using System;
using Signum.Utilities;
using System.IO;
using System.Linq.Expressions;
using Signum.Services;
using Signum.Entities;
namespace Signum.Entities.Files
{
[Serializable]
public class FilePathEmbedded : EmbeddedEntity, IFile, IFilePath
{
public static string? ForceExtensionIfE... | using System;
using Signum.Utilities;
using System.IO;
using System.Linq.Expressions;
using Signum.Services;
using Signum.Entities;
namespace Signum.Entities.Files
{
[Serializable]
public class FilePathEmbedded : EmbeddedEntity, IFile, IFilePath
{
public static string? ForceExtensionIfE... |
be8606c545eef8c895386b8e260b6c06b5ef4d50 | Visit lite ToStr in EntityCompleter to avoid exceptions when non- expressionToString is used (like AdditionalBinding in an Embedded entity) | Visit lite ToStr in EntityCompleter to avoid exceptions when non- expressionToString is used (like AdditionalBinding in an Embedded entity)
| signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,AlejandroCano/framework | Signum.Engine/Linq/ExpressionVisitor/EntityCompleter.cs | mit | 1,591,360,736 | using System;
using System.Linq;
using System.Linq.Expressions;
using Signum.Entities;
using Signum.Utilities;
using Signum.Engine.Maps;
using Signum.Utilities.DataStructures;
using System.Collections.ObjectModel;
namespace Signum.Engine.Linq
{
internal class EntityCompleter : DbExpressionVisitor
{... | using System;
using System.Linq;
using System.Linq.Expressions;
using Signum.Entities;
using Signum.Utilities;
using Signum.Engine.Maps;
using Signum.Utilities.DataStructures;
using System.Collections.ObjectModel;
namespace Signum.Engine.Linq
{
internal class EntityCompleter : DbExpressionVisitor
{... |
8107deed6e0dd22ecfa54605be20c56d08da2a6d | added cahnge element category material | added cahnge element category material
| jeremytammik/the_building_coder_samples | BuildingCoder/BuildingCoder/CmdChangeElementColor.cs | mit | 1,591,358,051 | #region Header
//
// CmdChangeElementColor.cs - Change element colour using OverrideGraphicSettings for active view
//
// Also change its category's material to a random material
//
// Copyright (C) 2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET a... | #region Header
//
// CmdChangeElementColor.cs - Change element colour using OverrideGraphicSettings for active view
//
// Copyright (C) 2020 by Jeremy Tammik, Autodesk Inc. All rights reserved.
//
// Keywords: The Building Coder Revit API C# .NET add-in.
//
#endregion // Header
#region Namespaces
using Aut... |
92f41d9300409d41837057cd4f317191016590e5 | Small refactoring for tests | Small refactoring for tests
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | tests/OmniSharp.Roslyn.CSharp.Tests/FilesChangedFacts.cs | mit | 1,591,357,839 | using System.IO;
using System.Linq;
using System.Threading.Tasks;
using OmniSharp.FileWatching;
using OmniSharp.Models.FilesChanged;
using OmniSharp.Roslyn.CSharp.Services.Files;
using TestUtility;
using Xunit;
using Xunit.Abstractions;
namespace OmniSharp.Roslyn.CSharp.Tests
{
public class OnFilesChangedFacts : ... | using System.IO;
using System.Linq;
using System.Threading.Tasks;
using OmniSharp.FileWatching;
using OmniSharp.Models.FilesChanged;
using OmniSharp.Roslyn.CSharp.Services.Files;
using TestUtility;
using Xunit;
using Xunit.Abstractions;
namespace OmniSharp.Roslyn.CSharp.Tests
{
public class OnFilesChangedFacts : ... |
10c3668770de78fe64da4f8f2e56b8424840464b | Added test for removed dir | Added test for removed dir
| OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn,OmniSharp/omnisharp-roslyn | tests/OmniSharp.Roslyn.CSharp.Tests/FilesChangedFacts.cs | mit | 1,591,357,681 | using System.IO;
using System.Linq;
using System.Threading.Tasks;
using OmniSharp.FileWatching;
using OmniSharp.Models.FilesChanged;
using OmniSharp.Roslyn.CSharp.Services.Files;
using TestUtility;
using Xunit;
using Xunit.Abstractions;
namespace OmniSharp.Roslyn.CSharp.Tests
{
public class OnFilesChangedFacts : ... | using System.IO;
using System.Linq;
using System.Threading.Tasks;
using OmniSharp.FileWatching;
using OmniSharp.Models.FilesChanged;
using OmniSharp.Roslyn.CSharp.Services.Files;
using TestUtility;
using Xunit;
using Xunit.Abstractions;
namespace OmniSharp.Roslyn.CSharp.Tests
{
public class OnFilesChangedFacts : ... |
df26925fcc3f127fccd2599ee801f7448dd5ea26 | BUGFIX: nullcheck export directory. | BUGFIX: nullcheck export directory.
| Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver,Washi1337/AsmResolver | src/AsmResolver.PE/DotNet/Builder/ManagedPEFileBuilder.cs | mit | 1,591,357,506 | using System;
using System.Collections.Generic;
using System.Linq;
using AsmResolver.PE.Builder;
using AsmResolver.PE.DotNet.Cil;
using AsmResolver.PE.DotNet.Metadata;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
using AsmResolver.PE.Exports.Builder;
using AsmResolver.P... | using System;
using System.Collections.Generic;
using System.Linq;
using AsmResolver.PE.Builder;
using AsmResolver.PE.DotNet.Cil;
using AsmResolver.PE.DotNet.Metadata;
using AsmResolver.PE.DotNet.Metadata.Tables;
using AsmResolver.PE.DotNet.Metadata.Tables.Rows;
using AsmResolver.PE.Exports.Builder;
using AsmResolver.P... |
3d014b7b55fb8c384f24dd00958e1fe75c325a63 | Better logging | Better logging
| nopara73/HiddenWallet,nopara73/HiddenWallet,nopara73/HiddenWallet | WalletWasabi/CoinJoin/Coordinator/Rounds/CoordinatorRound.cs | mit | 1,591,357,058 | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... | using NBitcoin;
using NBitcoin.RPC;
using Newtonsoft.Json.Linq;
using Nito.AsyncEx;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using WalletWasabi.BitcoinCore;
using W... |
869449858396874f49ec62febd76349fc24c16a1 | Fix for model in templates | Fix for model in templates
| marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,marcemarc/Umbraco-CMS,KevinJump/Umbraco-CMS,arknu/Umbraco-CMS,dawoe/Umbraco-CMS,KevinJump/Umbraco-CMS,JimBobSquarePants/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,JimBobSquarePants/Umbraco... | src/Umbraco.Web.Common/Templates/TemplateRenderer.cs | mit | 1,591,356,668 | using System;
using System.Globalization;
using System.IO;
using System.Linq;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewEngines;
us... | using System;
using System.Globalization;
using System.IO;
using System.Linq;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewEngines;
us... |
ecac44d855f474148433b73ca892fa1129201331 | make WhereSignature public | make WhereSignature public
| AlejandroCano/framework,AlejandroCano/framework,signumsoftware/framework,signumsoftware/framework,AlejandroCano/framework,signumsoftware/framework | Signum.Engine/Schema/UniqueTableIndex.cs | mit | 1,591,356,471 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Signum.Utilities;
using Signum.Entities.Reflection;
using System.Linq.Expressions;
using Signum.Utilities.ExpressionTrees;
using Signum.Entities;
using System.Reflection;
using Signum.Utilities.Reflection;
namespace... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Signum.Utilities;
using Signum.Entities.Reflection;
using System.Linq.Expressions;
using Signum.Utilities.ExpressionTrees;
using Signum.Entities;
using System.Reflection;
using Signum.Utilities.Reflection;
namespace... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.